Fix typo in RemoteController.__init__ comment.

Thanks to Isaku Yamahata.
This commit is contained in:
Bob Lantz
2012-08-17 15:26:19 -07:00
parent 9d5a21a799
commit 2aafefc2fa
+1 -1
View File
@@ -1060,7 +1060,7 @@ class RemoteController( Controller ):
port=6633, **kwargs):
"""Init.
name: name to give controller
defaultIP: the IP address where the remote controller is
ip: the IP address where the remote controller is
listening
port: the port where the remote controller is listening"""
Controller.__init__( self, name, ip=ip, port=port,