Skip to content

Commit ca53688

Browse files
committed
Extend docstring
1 parent b439038 commit ca53688

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

audeer/core/io.py

+7
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,13 @@ def create_archive(
235235
def current_dir() -> str:
236236
r"""Folder in which caller of this function is located.
237237
238+
When called from a file,
239+
it returns the directory,
240+
in which the file is stored.
241+
When called in an interactive session,
242+
it returns the current directory
243+
of the interactive session.
244+
238245
Returns:
239246
current directory of caller
240247

0 commit comments

Comments
 (0)