From 7f56f90d3030a4cf1d57a73e21e06843d4855e63 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 1 Mar 2022 23:01:07 -0800 Subject: [PATCH] Fixed rST mistake --- docs/python-api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.