Skip to content

Commit

Permalink
Fix documentation build failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianpula authored and bitprophet committed Jun 1, 2017
1 parent 5a9f4f7 commit b8ff9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paramiko/sftp_handle.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(self, flags=0):
is open in append mode.
:param int flags: optional flags as passed to
`.SFTPServerInterface.open`
`.SFTPServerInterface.open`
"""
self.__flags = flags
self.__name = None
Expand Down

0 comments on commit b8ff9af

Please sign in to comment.