We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743b4bb commit b8572adCopy full SHA for b8572ad
doc/aerospike.rst
@@ -331,10 +331,10 @@ Other
331
332
.. py:function:: get_partition_id(digest) -> int
333
334
- Calculate the partition id for a record using its digest.
+ Calculate the partition id using a digest.
335
336
- :param bytes-like object digest: the record's digest calculated by :py:meth:`aerospike.calc_digest`.
337
- :return: the record's partition id
+ :param bytes-like object digest: a digest calculated by :py:meth:`aerospike.calc_digest`.
+ :return: the partition id for the digest
338
:rtype: :class:`int`
339
340
.. _client_config:
0 commit comments