Skip to content

Commit

Permalink
Fix copy/paste error in a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ronf committed Nov 30, 2024
1 parent 9a3d13f commit 4917d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncssh/sftp.py
Original file line number Diff line number Diff line change
Expand Up @@ -6428,7 +6428,7 @@ async def _process_lsetstat(self, packet: SSHPacket) -> None:
await result

async def _process_limits(self, packet: SSHPacket) -> SFTPLimits:
"""Process an incoming SFTP fstatvfs request"""
"""Process an incoming SFTP limits request"""

packet.check_end()

Expand Down

0 comments on commit 4917d8d

Please sign in to comment.