Skip to content

Commit

Permalink
fixing reference
Browse files Browse the repository at this point in the history
  • Loading branch information
opalmer committed Sep 3, 2015
1 parent 4a2eb97 commit 08a8d3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyfarm/agent/utility.py
Expand Up @@ -378,7 +378,7 @@ def remove_file(
:param bool raise_:
If True, raise an exceptions produced. This will always be
False if :func:`remove_file` is being executed by :module:`atexit`
False if :func:`remove_file` is being executed by :mod:`atexit`
:param tuple ignored_errnos:
A tuple of ignored error numbers. By default this function
Expand Down Expand Up @@ -424,7 +424,7 @@ def remove_directory(
:param bool raise_:
If True, raise an exceptions produced. This will always be
False if :func:`remove_directory` is being executed by :module:`atexit`
False if :func:`remove_directory` is being executed by :mod:`atexit`
:param tuple ignored_errnos:
A tuple of ignored error numbers. By default this function
Expand Down

0 comments on commit 08a8d3e

Please sign in to comment.