Skip to content

Commit

Permalink
Fix win32 test
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Jul 10, 2022
1 parent 192eae8 commit bde9594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xdoctest/utils/util_notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def _find_notebook(fullname, path=None):
>>> fullname = splitext(basename(fpath))[0]
>>> path = [dpath]
>>> _find_notebook(fullname, path)
.../test_import_notebook.ipynb
...test_import_notebook.ipynb
>>> _find_notebook(fullname, None)
None
"""
Expand Down

0 comments on commit bde9594

Please sign in to comment.