Skip to content

Commit 984fe95

Browse files
committed
fixup! Add graphviz RST directive
Fixes a doc string typo
1 parent 15af3aa commit 984fe95

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pelican/plugins/graphviz/rst_graphviz.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@
2929
def truthy(argument: str) -> bool:
3030
"""Parse a "truthy" RST option.
3131
32-
Applies permissive conventions to interpret to interpret "truthy"-looking
33-
strings as True, or False otherwise.
32+
Applies permissive conventions to interpret "truthy"-looking strings as
33+
True, or False otherwise.
34+
3435
"""
3536
return argument.lower() in ("yes", "true", "on", "1")
3637

0 commit comments

Comments
 (0)