Skip to content

Commit

Permalink
Merge pull request mbr#2 from neoecos/patch-1
Browse files Browse the repository at this point in the history
Small typo error.
  • Loading branch information
mbr committed Jul 20, 2013
2 parents 59a3030 + a96a665 commit c3512ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dispatch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ These can be used with a dispatcher now:
dispatcher.add_method(hello)
# register the two website instances
dispatch.register_instance(website1, 'sitea.')
dispatch.register_instance(website2, 'siteb.')
dispatcher.register_instance(website1, 'sitea.')
dispatcher.register_instance(website2, 'siteb.')
In the example above, the :py:class:`~tinyrpc.dispatch.RPCDispatcher` now knows
a total of six registered methods: ``version``, ``hello``,
Expand Down

0 comments on commit c3512ad

Please sign in to comment.