From beb69c94bec32cc2c5aea929859d8e925f9ac380 Mon Sep 17 00:00:00 2001 From: Erinn Looney-Triggs Date: Wed, 20 Dec 2017 15:30:40 -0500 Subject: [PATCH] Fix typo in Name documentation [rharwood@redhat.com: commit message, reflow body text] --- gssapi/names.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gssapi/names.py b/gssapi/names.py index 0e2d5212..551e22f4 100644 --- a/gssapi/names.py +++ b/gssapi/names.py @@ -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.