diff --git a/docs/python-api.rst b/docs/python-api.rst index 6c35ef3..bd0265b 100644 --- a/docs/python-api.rst +++ b/docs/python-api.rst @@ -1601,7 +1601,7 @@ The hash will be created using all of the column values. To create a hash using hash_id_columns=("name", "twitter") ) -The `hash_id=` parameter is optional if you specify ``hash_id_columns=`` - it will default to putting the hash in a column called ``id``. +The ``hash_id=`` parameter is optional if you specify ``hash_id_columns=`` - it will default to putting the hash in a column called ``id``. You can manually calculate these hashes using the :ref:`hash_record(record, keys=...) ` utility function.