Skip to content

Commit 7d8de63

Browse files
authored
Correct classname in docstring PingDevice -> PingServer
1 parent ad7bf4c commit 7d8de63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpiozero/other_devices.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def __init__(self, host):
5454
self._fire_events()
5555

5656
def __repr__(self):
57-
return '<gpiozero.PingDevice host="%s">' % self.host
57+
return '<gpiozero.PingServer host="%s">' % self.host
5858

5959
@property
6060
def value(self):

0 commit comments

Comments
 (0)