Skip to content

Commit b8572ad

Browse files
committed
Remove reference to record since it may not actually exist on the server yet
1 parent 743b4bb commit b8572ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/aerospike.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,10 +331,10 @@ Other
331331
332332
.. py:function:: get_partition_id(digest) -> int
333333
334-
Calculate the partition id for a record using its digest.
334+
Calculate the partition id using a digest.
335335

336-
:param bytes-like object digest: the record's digest calculated by :py:meth:`aerospike.calc_digest`.
337-
:return: the record's partition id
336+
:param bytes-like object digest: a digest calculated by :py:meth:`aerospike.calc_digest`.
337+
:return: the partition id for the digest
338338
:rtype: :class:`int`
339339

340340
.. _client_config:

0 commit comments

Comments
 (0)