From 1e28eeee8ce55ea68eddb228294a1eff6785b497 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 27 May 2019 22:25:03 -0700 Subject: [PATCH] Fixed RST syntax bug --- 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 769189d..89f510c 100644 --- a/docs/python-api.rst +++ b/docs/python-api.rst @@ -521,7 +521,7 @@ By default the index will be named ``idx_{table-name}_{columns}`` - if you want index_name="good_dogs_by_age" ) -You can create a unique index by passing ``unique=True``:: +You can create a unique index by passing ``unique=True``: .. code-block:: python