Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #300 from jbn/patch-1
Browse files Browse the repository at this point in the history
Fix minor typo in docstring parameters.
  • Loading branch information
jeanphix committed Jun 28, 2016
2 parents afcf843 + a1c66e6 commit f7781b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghost/ghost.py
Expand Up @@ -827,7 +827,7 @@ def open(
:param address: The resource URL.
:param method: The Http method.
:param headers: An optional dict of extra request hearders.
:param headers: An optional dict of extra request headers.
:param auth: An optional tuple of HTTP auth (username, password).
:param body: An optional string containing a payload.
:param default_popup_response: the default response for any confirm/
Expand Down

0 comments on commit f7781b8

Please sign in to comment.