Skip to content

Commit

Permalink
Extend docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jul 18, 2024
1 parent b439038 commit ca53688
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions audeer/core/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,13 @@ def create_archive(
def current_dir() -> str:
r"""Folder in which caller of this function is located.
When called from a file,
it returns the directory,
in which the file is stored.
When called in an interactive session,
it returns the current directory
of the interactive session.
Returns:
current directory of caller
Expand Down

0 comments on commit ca53688

Please sign in to comment.