diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ab145a5..5d325e0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -4,7 +4,7 @@ How to contribute
This guide is under heavy development. If you would like to contribute, please
see:
-http://docs.python-guide.org/en/latest/notes/contribute/
+https://docs.python-guide.org/en/latest/notes/contribute/
How to test your changes
------------------------
@@ -34,4 +34,4 @@ Style Guide
For all contributions, please follow the `Guide Style Guide`:
-http://docs.python-guide.org/en/latest/notes/styleguide/
+https://docs.python-guide.org/en/latest/notes/styleguide/
diff --git a/Readme.rst b/Readme.rst
index 8dce3c0..d7d26df 100644
--- a/Readme.rst
+++ b/Readme.rst
@@ -33,4 +33,4 @@ Topics include:
If you aren't fond of reading reStructuredText, there is an
almost up-to-date `HTML version at docs.python-guide.org
-`_.
+`_.
diff --git a/docs/404.rst b/docs/404.rst
index 4398775..1b43285 100644
--- a/docs/404.rst
+++ b/docs/404.rst
@@ -8,9 +8,9 @@ It looks like this was the result of either:
- a mistyped address
- an out-of-date link
-`Click here to go back to the homepage. `_
+`Click here to go back to the homepage. `_
-Or, try `searching `_.
+Or, try `searching `_.
.. raw:: html
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
index 9660c14..cc36fab 100644
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -6,11 +6,11 @@
{% if pagename == 'index' %}
-
+
{% elif pagename == '404' %}
{# No canonical on our 404 template. #}
{% else %}
-
+
{% endif %}
diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html
index 85db655..8da8697 100644
--- a/docs/_templates/sidebarintro.html
+++ b/docs/_templates/sidebarintro.html
@@ -50,7 +50,7 @@
This guide is the result of the collaboration of
hundreds of people
around the world, and your contributions
- are welcome!
+ are welcome!
diff --git a/docs/dev/virtualenvs.rst b/docs/dev/virtualenvs.rst
index dadc299..5420bc6 100644
--- a/docs/dev/virtualenvs.rst
+++ b/docs/dev/virtualenvs.rst
@@ -62,7 +62,7 @@ using your OS package manager, you may have to `install pip