aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509/tutorial.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-02-10 23:24:11 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2016-02-10 23:24:11 -0500
commit60df494cf7a4d6ff27d03ea53a80c5ed2c8e7372 (patch)
treee01cbf448b65104d50c01c8ed87284a1849ca765 /docs/x509/tutorial.rst
parent4eb228844cfb4fb255d0feac98d0e24a6b9b4c91 (diff)
downloadcryptography-60df494cf7a4d6ff27d03ea53a80c5ed2c8e7372.tar.gz
cryptography-60df494cf7a4d6ff27d03ea53a80c5ed2c8e7372.tar.bz2
cryptography-60df494cf7a4d6ff27d03ea53a80c5ed2c8e7372.zip
Fix what appears to be a typo
Diffstat (limited to 'docs/x509/tutorial.rst')
-rw-r--r--docs/x509/tutorial.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/x509/tutorial.rst b/docs/x509/tutorial.rst
index 0fa061a2..f638be5c 100644
--- a/docs/x509/tutorial.rst
+++ b/docs/x509/tutorial.rst
@@ -1,7 +1,7 @@
Tutorial
========
-X.509 certificates are used to authenticate clients on servers. The most common
+X.509 certificates are used to authenticate clients and servers. The most common
use case is for web servers using HTTPS.
Creating a Certificate Signing Request (CSR)