Fix typo in RemoteController.__init__ comment.
Thanks to Isaku Yamahata.
This commit is contained in:
+1
-1
@@ -1060,7 +1060,7 @@ class RemoteController( Controller ):
|
|||||||
port=6633, **kwargs):
|
port=6633, **kwargs):
|
||||||
"""Init.
|
"""Init.
|
||||||
name: name to give controller
|
name: name to give controller
|
||||||
defaultIP: the IP address where the remote controller is
|
ip: the IP address where the remote controller is
|
||||||
listening
|
listening
|
||||||
port: the port where the remote controller is listening"""
|
port: the port where the remote controller is listening"""
|
||||||
Controller.__init__( self, name, ip=ip, port=port,
|
Controller.__init__( self, name, ip=ip, port=port,
|
||||||
|
|||||||
Reference in New Issue
Block a user