Skip to content

Commit

Permalink
Fix typo in Name documentation
Browse files Browse the repository at this point in the history
[rharwood@redhat.com: commit message, reflow body text]
  • Loading branch information
erinn authored and frozencemetery committed Dec 20, 2017
1 parent 5e048fc commit beb69c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gssapi/names.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
class Name(rname.Name):
"""A GSSAPI Name
This class represents a GSSAPI name which may be used with
used with and/or returned by other GSSAPI methods.
This class represents a GSSAPI name which may be used with and/or returned
by other GSSAPI methods.
It inherits from the low-level GSSAPI :class:`~gssapi.raw.names.Name`
class, and thus may used with both low-level and high-level API methods.
Expand Down

0 comments on commit beb69c9

Please sign in to comment.