Skip to content

Commit cbb68d3

Browse files
authored
Merge pull request #308 from timgates42/bugfix/typo_always
Fix simple typo: alway -> always
2 parents 518772b + 4c2d0a5 commit cbb68d3

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)