Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 11, 2022
1 parent 78339c2 commit 8d2b5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pelican/plugins/simple_footnotes/simple_footnotes.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

def getText(node, recursive=False):
"""Get all the text associated with this node.
With recursive == True, all text from child nodes is retrieved."""
With recursive == True, all text from child nodes is retrieved."""
L = [""]
for n in node.childNodes:
if n.nodeType in (node.TEXT_NODE, node.CDATA_SECTION_NODE):
Expand Down

0 comments on commit 8d2b5a7

Please sign in to comment.