Skip to content

Commit beb69c9

Browse files
erinnfrozencemetery
authored andcommitted
Fix typo in Name documentation
[[email protected]: commit message, reflow body text]
1 parent 5e048fc commit beb69c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gssapi/names.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
class Name(rname.Name):
1515
"""A GSSAPI Name
1616
17-
This class represents a GSSAPI name which may be used with
18-
used with and/or returned by other GSSAPI methods.
17+
This class represents a GSSAPI name which may be used with and/or returned
18+
by other GSSAPI methods.
1919
2020
It inherits from the low-level GSSAPI :class:`~gssapi.raw.names.Name`
2121
class, and thus may used with both low-level and high-level API methods.

0 commit comments

Comments
 (0)