From fef96163d92e39a804824ec98d6053e888be76a2 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 9 Jul 2019 04:55:04 -0700 Subject: [PATCH] Minor markup cleanup --- 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 621daf6..a605ed3 100644 --- a/docs/python-api.rst +++ b/docs/python-api.rst @@ -632,7 +632,7 @@ You can create an index on a table using the ``.create_index(columns)`` method. dogs.create_index(["is_good_dog"]) -By default the index will be named ``idx_{table-name}_{columns}`` - if you want to customize the name of the created index you can pass the ``index_name`` parameter::] +By default the index will be named ``idx_{table-name}_{columns}`` - if you want to customize the name of the created index you can pass the ``index_name`` parameter: .. code-block:: python