Skip to content

Commit 65bc1a0

Browse files
author
Panos
committed
Linting
1 parent 08e9c80 commit 65bc1a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Change Log
44
0.27.0
55
++++++
66

7-
* Removed build support for libssh2 < 1,7.
7+
* Removed build support for libssh2 < 1.7.
88

99

1010
0.26.0

ssh2/sftp_handle.c

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ssh2/sftp_handle.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ cdef class SFTPHandle:
368368
def fstat_ex(self, SFTPAttributes attrs, int setstat):
369369
"""Get or set file attributes.
370370
371-
Clients would typically use one of the fstat or fsetstat
371+
Clients would typically use one of the fstat or fsetstat
372372
functions instead.
373373
"""
374374
cdef int rc

0 commit comments

Comments
 (0)