Skip to content

Commit

Permalink
chore: branding fix: IGraph -> igraph in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
szhorvat committed Jan 24, 2024
1 parent f1cd7b6 commit b05c2a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/igraph/drawing/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Drawing and plotting routines for igraph.
IGraph has two stable plotting backends at the moment: Cairo and Matplotlib.
igraph has two stable plotting backends at the moment: Cairo and Matplotlib.
It also has experimental support for plotly.
The Cairo backend is dependent on the C{pycairo} or C{cairocffi} libraries that
Expand Down
2 changes: 1 addition & 1 deletion src/igraph/drawing/cairo/plot.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Drawing and plotting routines for IGraph.
IGraph has two plotting backends at the moment: Cairo and Matplotlib.
igraph has two plotting backends at the moment: Cairo and Matplotlib.
The Cairo backend is dependent on the C{pycairo} or C{cairocffi} libraries that
provide Python bindings to the popular U{Cairo library<http://www.cairographics.org>}.
Expand Down

0 comments on commit b05c2a8

Please sign in to comment.