We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e25515 commit c48161cCopy full SHA for c48161c
doc/source/tutorial.rst
@@ -31,7 +31,7 @@ You may specify a dot format file to be read on initialization:
31
32
>>> G = pgv.AGraph("Petersen.dot") # doctest: +SKIP
33
34
-Other options for intializing a graph are using a string,
+Other options for initializing a graph are using a string,
35
36
>>> G = pgv.AGraph("graph {1 - 2}")
37
0 commit comments