diff options
author | Alex Stapleton <alexs@prol.etari.at> | 2014-02-08 09:43:16 +0000 |
---|---|---|
committer | Alex Stapleton <alexs@prol.etari.at> | 2014-02-08 09:56:30 +0000 |
commit | 63b3de2fa82729022d2c97e54b4c5e1a7ceff8f4 (patch) | |
tree | 1b6b3f291b07e5694c4a5474804296524ec70b1e /docs/api-stability.rst | |
parent | f970eaa676eb0cd89cdb2389f03d365899812822 (diff) | |
download | cryptography-63b3de2fa82729022d2c97e54b4c5e1a7ceff8f4.tar.gz cryptography-63b3de2fa82729022d2c97e54b4c5e1a7ceff8f4.tar.bz2 cryptography-63b3de2fa82729022d2c97e54b4c5e1a7ceff8f4.zip |
s/which/that/
Which is usually for descriptive clauses in technical writing, while
that is restrictive. Most of the time we are being being restrictive.
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. |