aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-stability.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-12-24 11:03:16 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2013-12-24 11:03:16 -0800
commitd43134ae57a1bb91bfa47a53176a88789728d686 (patch)
treeaae1c78d663a1952f4d45618c2e780bedf56a98a /docs/api-stability.rst
parent6cf1e697a8024c779b9b86d29f300a3bfed30cfe (diff)
downloadcryptography-d43134ae57a1bb91bfa47a53176a88789728d686.tar.gz
cryptography-d43134ae57a1bb91bfa47a53176a88789728d686.tar.bz2
cryptography-d43134ae57a1bb91bfa47a53176a88789728d686.zip
Typo
Diffstat (limited to 'docs/api-stability.rst')
-rw-r--r--docs/api-stability.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-stability.rst b/docs/api-stability.rst
index 40608ac5..a457306f 100644
--- a/docs/api-stability.rst
+++ b/docs/api-stability.rst
@@ -22,7 +22,7 @@ What doesn't this policy cover?
* We may add new features, things like the result of ``dir(obj))`` or the
contents of ``obj.__dict__`` may change.
-* Objects are not guarnteed to be pickleable, and pickled objects from one
+* Objects are not guaranteed to be pickleable, and pickled objects from one
version of ``cryptography`` may not be loadable in future versions.
* Development versions of ``cryptography``. Before a feature is in a release,
it is not covered by this policy and may change.