Fixed rST mistake

This commit is contained in:
Simon Willison 2022-03-01 23:01:07 -08:00 committed by GitHub
commit 7f56f90d30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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=...) <reference_utils_hash_record>` utility function.