Skip to content

Commit c48161c

Browse files
authored
fix: small error (#392)
1 parent 8e25515 commit c48161c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/tutorial.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You may specify a dot format file to be read on initialization:
3131

3232
>>> G = pgv.AGraph("Petersen.dot") # doctest: +SKIP
3333

34-
Other options for intializing a graph are using a string,
34+
Other options for initializing a graph are using a string,
3535

3636
>>> G = pgv.AGraph("graph {1 - 2}")
3737

0 commit comments

Comments
 (0)