mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Fix spelling mistake in is_hidden docstring.
This commit is contained in:
parent
eb9e0be218
commit
f59e7099ad
@ -94,7 +94,7 @@ def is_hidden(abs_path, abs_root=''):
|
||||
The absolute path to check for hidden directories.
|
||||
abs_root : unicode
|
||||
The absolute path of the root directory in which hidden directories
|
||||
should be check for.
|
||||
should be checked for.
|
||||
"""
|
||||
if not abs_root:
|
||||
abs_root = abs_path.split(os.sep, 1)[0] + os.sep
|
||||
|
Loading…
Reference in New Issue
Block a user