Whitespace fix

This commit is contained in:
Simon Willison 2019-02-24 10:42:27 -08:00
commit 0c6745b70f

View file

@ -394,7 +394,6 @@ You can create a unique index by passing ``unique=True``::
dogs.create_index(["name"], unique=True)
Vacuum
======