Merge pull request #3468 from gtaylor/fix-py-api-incomp-vers-ref

Fix malformed class ref in Python API docs
This commit is contained in:
A.J. Beamon 2020-07-08 11:47:28 -07:00 committed by GitHub
commit a4f7f476f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)
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
byte string will result in an error.