diff options
author | Dorian Pula <dorian.pula@amber-penguin-software.ca> | 2017-05-30 14:37:02 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-05-31 17:14:40 -0700 |
commit | b8ff9af8b3019ba1ba0c59a2c1414c818ea46e44 (patch) | |
tree | b03b32b606ffc8e42dd0eb37fcfb10775dab0dae | |
parent | 5a9f4f71de9c0b6046fdf18c61dbb82ede199c66 (diff) |
Fix documentation build failure.
-rw-r--r-- | paramiko/sftp_handle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/sftp_handle.py b/paramiko/sftp_handle.py index bcb4bcba..2d2e621c 100644 --- a/paramiko/sftp_handle.py +++ b/paramiko/sftp_handle.py @@ -43,7 +43,7 @@ class SFTPHandle (ClosingContextManager): is open in append mode. :param int flags: optional flags as passed to - `.SFTPServerInterface.open` + `.SFTPServerInterface.open` """ self.__flags = flags self.__name = None |