Skip to content

Commit

Permalink
DOC Fix typo in _get_docstring_and_rest docstring (#1182)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyleeow committed Aug 18, 2023
1 parent bdee85c commit 9835b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_gallery/py_source_parser.py
Expand Up @@ -83,7 +83,7 @@ def _get_docstring_and_rest(filename):
lineno : int
The line number.
node : ast.Module
The ast node. When `filename` parsed with `mode='exec' node should be
The ast node. When `filename` parsed with `mode='exec'` node should be
of type `ast.Module`.
"""
node, content = parse_source_file(filename)
Expand Down

0 comments on commit 9835b3a

Please sign in to comment.