We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e048fc commit beb69c9Copy full SHA for beb69c9
gssapi/names.py
@@ -14,8 +14,8 @@
14
class Name(rname.Name):
15
"""A GSSAPI Name
16
17
- This class represents a GSSAPI name which may be used with
18
- 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.
19
20
It inherits from the low-level GSSAPI :class:`~gssapi.raw.names.Name`
21
class, and thus may used with both low-level and high-level API methods.
0 commit comments