Skip to content

Commit e105de3

Browse files
committed
Fix typo
1 parent ef319e3 commit e105de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gvm/protocols/core/_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def receive_data(self, data: bytes) -> Optional[Response]:
184184
185185
Raises:
186186
An InvalidStateError if no data can be received currently. For
187-
example if not request is send yet.
187+
example if no request is send yet.
188188
"""
189189
return self._state.receive_data(data)
190190

0 commit comments

Comments
 (0)