aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2022-11-14 22:23:02 -0500
committerGitHub <noreply@github.com>2022-11-15 03:23:02 +0000
commitcbc06f3e406ab8d8590f73da54da63f1147d09cf (patch)
treea80c21aff10a67fc2eb855e6cd75cb1fd0ac7af2 /README.rst
parent8632fe86d1a2ada46402150e9560fcf0013a2c6e (diff)
downloadpyca-cryptography-cbc06f3e406ab8d8590f73da54da63f1147d09cf.zip
pyca-cryptography-cbc06f3e406ab8d8590f73da54da63f1147d09cf.tar.gz
pyca-cryptography-cbc06f3e406ab8d8590f73da54da63f1147d09cf.tar.bz2
Don't use double space after a period (#7808)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 9b260f5..19f1678 100644
--- a/README.rst
+++ b/README.rst
@@ -14,7 +14,7 @@ pyca/cryptography
``cryptography`` is a package which provides cryptographic recipes and
-primitives to Python developers. Our goal is for it to be your "cryptographic
+primitives to Python developers. Our goal is for it to be your "cryptographic
standard library". It supports Python 3.6+ and PyPy3 7.2+.
``cryptography`` includes both high level recipes and low level interfaces to