aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-03-14 12:17:19 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2016-03-14 12:17:19 -0400
commit84c58c45f250f777ac00536f1932292669ce0811 (patch)
treeefcf8d3840856c50dfd1be17e0656a2bd773c705 /docs/x509
parentd57a72ee4752fe87640a92b9043337d972e56a0d (diff)
downloadcryptography-84c58c45f250f777ac00536f1932292669ce0811.tar.gz
cryptography-84c58c45f250f777ac00536f1932292669ce0811.tar.bz2
cryptography-84c58c45f250f777ac00536f1932292669ce0811.zip
typo fix
Diffstat (limited to 'docs/x509')
-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 64542457..ecdd4c1e 100644
--- a/docs/x509/tutorial.rst
+++ b/docs/x509/tutorial.rst
@@ -88,7 +88,7 @@ Creating a self-signed certificate
While most of the time you want a certificate that has been *signed* by someone
else (i.e. a certificate authority), so that trust is established, sometimes
-you want to create self-signed certificate. Self-signed certificates are not
+you want to create a self-signed certificate. Self-signed certificates are not
issued by a certificate authority, but are instead signed by themselves.
This means that other people don't trust these certificates, but it also means