From 0c6745b70f95663f8ddf4309c578bd568eca75ec Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 24 Feb 2019 10:42:27 -0800 Subject: [PATCH] Whitespace fix --- docs/python-api.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/python-api.rst b/docs/python-api.rst index 57857c6..26e9a8d 100644 --- a/docs/python-api.rst +++ b/docs/python-api.rst @@ -394,7 +394,6 @@ You can create a unique index by passing ``unique=True``:: dogs.create_index(["name"], unique=True) - Vacuum ======