Skip to content

Commit 4c2d0a5

Browse files
committed
Fix simple typo: alway -> always
Closes #307
1 parent 518772b commit 4c2d0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Custom Commit Policy
216216
217217
``always_commit`` signals to the Solr object to either commit or not commit by
218218
default for any solr request. Be sure to change this to ``True`` if you are
219-
upgrading from a version where the default policy was alway commit by default.
219+
upgrading from a version where the default policy was always commit by default.
220220

221221
Functions like ``add`` and ``delete`` also still provide a way to override the
222222
default by passing the ``commit`` kwarg.

0 commit comments

Comments
 (0)