diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-03 16:11:23 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-03 16:11:23 -0800 |
commit | 2b1752ed68a08255ddacf1800c6cb6b406ce5e4b (patch) | |
tree | 5c36f6cef307bd1840602110ff7566a217e1d384 | |
parent | 7ceacba2f3c24e7333bf9af901541055bb3a51ab (diff) | |
download | cryptography-2b1752ed68a08255ddacf1800c6cb6b406ce5e4b.tar.gz cryptography-2b1752ed68a08255ddacf1800c6cb6b406ce5e4b.tar.bz2 cryptography-2b1752ed68a08255ddacf1800c6cb6b406ce5e4b.zip |
Typo fix
-rw-r--r-- | docs/hazmat/backends/multibackend.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/backends/multibackend.rst b/docs/hazmat/backends/multibackend.rst index 23e6d48f..971c7671 100644 --- a/docs/hazmat/backends/multibackend.rst +++ b/docs/hazmat/backends/multibackend.rst @@ -11,4 +11,4 @@ MultiBackend which offers the combined features of all of its constituents. :param backends: A ``list`` of backend objects. Backends are checked for - feature support in the other they exist in this list. + feature support in the order they appear in this list. |