Skip to content

Commit f213d28

Browse files
author
Gedusim
committed
Fixed spelling mistake
1 parent 84f5324 commit f213d28

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyghthouse/ph.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ class Pyghthouse:
136136
>>> x = clip(x, 0, 27)
137137
>>> y = clip(y, 0, 13)
138138
139-
There are more code examples in the git repository (https://github.com/Musicted/pyghthouse).
139+
There are more code examples in the git repository
140+
(https://github.com/ProjectLighthouseCAU/pyghthouse/tree/master/examples).
140141
"""
141142

142143
class PHMessageHandler:
@@ -160,7 +161,7 @@ def handle(self, msg):
160161

161162
@staticmethod
162163
def print_warning(msg):
163-
print(f"Warning: {msg['RNUM']} {msg['RESPONSE']} {', '.join(msg['WARNIGS'])}")
164+
print(f"Warning: {msg['RNUM']} {msg['RESPONSE']} {', '.join(msg['WARNINGS'])}")
164165

165166
class PHThread(Thread):
166167

0 commit comments

Comments
 (0)