From ea81e18a7f86d52f1ac8b17a7a095abc62d60d57 2014-02-06 01:06:18 From: Brian E. Granger Date: 2014-02-06 01:06:18 Subject: [PATCH] Fix spelling mistake in is_hidden docstring. --- diff --git a/IPython/html/utils.py b/IPython/html/utils.py index d0442a2..6edc1e4 100644 --- a/IPython/html/utils.py +++ b/IPython/html/utils.py @@ -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