Browse Source

Fixed typo.

pull/1/head
Omer Katz 11 years ago
parent
commit
03c678e78f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -82,7 +82,7 @@ manager.join()
* `run(self)`
* `shutdown(self)`
### Client(redis.StrictRedi)
### Client(redis.StrictRedis)
* `__init__(self, host="localhost", port=6379, db=0)`
* `register_manager(self, name)`
* `deregister_manager(self, name)`


Loading…
Cancel
Save