Skip to content

Commit

Permalink
Merge pull request #502 from timgates42/bugfix_typo_credentials
Browse files Browse the repository at this point in the history
docs: fix simple typo, credentails -> credentials
  • Loading branch information
comrumino committed Jul 19, 2022
2 parents d89ea71 + 99796d5 commit 4eb722b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpyc/core/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class PingError(Exception):
``connid`` ``None`` **Runtime**: the RPyC connection ID (used
mainly for debugging purposes)
``credentials`` ``None`` **Runtime**: the credentails object that was returned
``credentials`` ``None`` **Runtime**: the credentials object that was returned
by the server's :ref:`authenticator <api-authenticators>`
or ``None``
``endpoints`` ``None`` **Runtime**: The connection's endpoints. This is a tuple
Expand Down

0 comments on commit 4eb722b

Please sign in to comment.