Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #198 from amstree/fix-typo-in-docstring
Browse files Browse the repository at this point in the history
Fix typo in docstring
  • Loading branch information
Wouter de Bie committed Mar 28, 2016
2 parents 06e7a24 + 6a8a725 commit a2f62d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakebite/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ def test(self, path, exists=False, directory=False, zero_length=False):
:param exists: Check if the path exists
:type exists: boolean
:param directory: Check if the path is a directory
:type exists: boolean
:type directory: boolean
:param zero_length: Check if the path is zero-length
:type zero_length: boolean
:returns: a boolean
Expand Down

0 comments on commit a2f62d3

Please sign in to comment.