Kaydet (Commit) 803a8ea4 authored tarafından Neal Norwitz's avatar Neal Norwitz

Update docstring to reflect code change to bool

üst 50ee94fd
......@@ -69,7 +69,7 @@ def forget_except_prefix(prefix):
forget(path)
def isdir(path):
"""Return 1 if directory, else 0."""
"""Return True if directory, else False."""
try:
st = stat(path)
except _os.error:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment