This commit is contained in:
Matt Rose 2020-05-15 12:45:15 -04:00
parent 40ba659f6d
commit 00a01e9c69
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
>>> cwd.__class__.__name__
'str'
>>> func = get_pid_cwd()
>>> func.__class__.__name__
'function'
>>> cwd.__class__.__name__
'str'
"""