Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerfiliba committed Feb 27, 2012
1 parent 6226140 commit 1036a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpyc/utils/authenticators.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
a **socket-like** object and its **credentials** (any object), or raise an
:class:`AuthenticationError` upon failure. The credentials are any object you wish to
associate with the authentication, and it's stored in the connection's
:data`configuration dict <rpyc.core.protocol.DEFAULT_CONFIG>` under the key "credentials".
:data:`configuration dict <rpyc.core.protocol.DEFAULT_CONFIG>` under the key "credentials".
There are no constraints on what the authenticators, for instance::
Expand Down

0 comments on commit 1036a02

Please sign in to comment.