aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends/multibackend.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/hazmat/backends/multibackend.rst')
-rw-r--r--docs/hazmat/backends/multibackend.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/backends/multibackend.rst b/docs/hazmat/backends/multibackend.rst
index 95538ac8..119b13ae 100644
--- a/docs/hazmat/backends/multibackend.rst
+++ b/docs/hazmat/backends/multibackend.rst
@@ -10,7 +10,7 @@ MultiBackend
.. versionadded:: 0.2
This class allows you to combine multiple backends into a single backend
- which offers the combined features of all of its constituents.
+ that offers the combined features of all of its constituents.
.. code-block:: pycon