Fix malformed class ref in Python API docs

Fix a malformed auto-class reference in the description of the
has_incomplete_versionstamp() class.
This commit is contained in:
Greg Taylor 2020-07-08 10:51:45 -07:00
parent 4ce51c4cce
commit 6cd6fe76f2
1 changed files with 1 additions and 1 deletions

View File

@ -1153,7 +1153,7 @@ the most part, this also implies that ``T == fdb.tuple.unpack(fdb.tuple.pack(T))
.. method:: has_incomplete_versionstamp(tuple) .. method:: has_incomplete_versionstamp(tuple)
Returns ``True`` if there is at least one element contained within the tuple that is a Returns ``True`` if there is at least one element contained within the tuple that is a
:class`Versionstamp` instance that is incomplete. If there are multiple incomplete :class:`Versionstamp` instance that is incomplete. If there are multiple incomplete
:class:`Versionstamp` instances, this method will return ``True``, but trying to pack it into a :class:`Versionstamp` instances, this method will return ``True``, but trying to pack it into a
byte string will result in an error. byte string will result in an error.