Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Jan 28, 2025
1 parent 43de379 commit b62608f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gvm/protocols/core/_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def receive_data(self, data: bytes) -> Optional[Response]:
Raises:
An InvalidStateError if no data can be received currently. For
example if not request is send yet.
example if no request is send yet.
"""
return self._state.receive_data(data)

Expand Down

0 comments on commit b62608f

Please sign in to comment.