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:
parent
4ce51c4cce
commit
6cd6fe76f2
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue