Skip to content

Commit

Permalink
Merge pull request #219 from minrk/contents-docstring
Browse files Browse the repository at this point in the history
remove 'name' arg from file_exists docstring
  • Loading branch information
takluyver committed Jul 21, 2015
2 parents db86515 + c42869c commit 0a93cc6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions notebook/services/contents/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,8 @@ def file_exists(self, path=''):
Parameters
----------
name : string
The name of the file you are checking.
path : string
The relative path to the file's directory (with '/' as separator)
The API path of a file to check for.
Returns
-------
Expand All @@ -188,7 +186,7 @@ def exists(self, path):
Parameters
----------
path : string
The relative path to the file's directory (with '/' as separator)
The API path of a file or directory to check for.
Returns
-------
Expand Down

0 comments on commit 0a93cc6

Please sign in to comment.