Fix typo in API docstrings

This commit is contained in:
Juhani Krekelä 2017-12-10 14:42:12 +02:00
parent 6689131bc7
commit 7ce9b45166
1 changed files with 2 additions and 2 deletions

View File

@ -60,8 +60,8 @@ class API:
self.serverthread_object = serverthread_object
def send_raw(self, line):
"""Sends a raw line (will terminate it itself.
Don't use unless you are completely sure you know wha you're doing."""
"""Sends a raw line (will terminate it itself.)
Don't use unless you are completely sure you know what you're doing."""
self.serverthread_object.send_line_raw(line)
def msg(self, recipient, message):