fix a typo in a doc string

This commit is contained in:
Damien Churchill 2009-03-30 22:07:47 +00:00
parent 38acdf7017
commit cab504c90e
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ class WebApi(JSONComponent):
"""
Stops a running daemon.
:param connection_Id: str, the hash id of the connection
:param connection_id: str, the hash id of the connection
"""
main_deferred = Deferred()