Skip to content

Commit

Permalink
Merge pull request #18027 from charris/fix-refguide_check-docstring
Browse files Browse the repository at this point in the history
DOC, MAINT: Minor fixes to refguide_check.py documentation.
  • Loading branch information
rgommers committed Dec 19, 2020
2 parents 525b789 + 087cb00 commit 80354c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/refguide_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@
Another use of this helper script is to check validity of code samples
in docstrings::
$ python refguide_check.py --doctests ma
$ python tools/refguide_check.py --doctests ma
or in RST-based documentations::
$ python refguide_check.py --rst docs
$ python tools/refguide_check.py --rst doc/source
"""
import copy
import doctest
Expand Down

0 comments on commit 80354c5

Please sign in to comment.