diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-08 13:41:36 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-08 13:41:36 -0800 |
commit | ae17250910ef1bd660552ea0ba7d92020bde325b (patch) | |
tree | 3eff61c22485d909dac3d1ae30fe938254c4b95b /docs/api-stability.rst | |
parent | 3d38f7a68b4ffc4cab920a82f1d6d225b906be22 (diff) | |
parent | 63b3de2fa82729022d2c97e54b4c5e1a7ceff8f4 (diff) | |
download | cryptography-ae17250910ef1bd660552ea0ba7d92020bde325b.tar.gz cryptography-ae17250910ef1bd660552ea0ba7d92020bde325b.tar.bz2 cryptography-ae17250910ef1bd660552ea0ba7d92020bde325b.zip |
Merge pull request #579 from public/words
s/which/that/
Diffstat (limited to 'docs/api-stability.rst')
-rw-r--r-- | docs/api-stability.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api-stability.rst b/docs/api-stability.rst index e87cc140..6a2e60e2 100644 --- a/docs/api-stability.rst +++ b/docs/api-stability.rst @@ -7,7 +7,7 @@ policy. What does this policy cover? ---------------------------- -This policy includes any API or behavior which is documented in this +This policy includes any API or behavior that is documented in this documentation. What does "stable" mean? @@ -47,5 +47,5 @@ entirely. In that case, here's how the process will work: ``DeprecationWarning``. * In ``cryptography X.Y+3`` the feature will be removed or changed. -In short, code which runs without warnings will always continue to work for a +In short, code that runs without warnings will always continue to work for a period of two releases. |