mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Correct classname in docstring PingDevice -> PingServer
This commit is contained in:
@@ -54,7 +54,7 @@ class PingServer(InternalDevice):
|
||||
self._fire_events()
|
||||
|
||||
def __repr__(self):
|
||||
return '<gpiozero.PingDevice host="%s">' % self.host
|
||||
return '<gpiozero.PingServer host="%s">' % self.host
|
||||
|
||||
@property
|
||||
def value(self):
|
||||
|
||||
Reference in New Issue
Block a user