diff --git a/doc/CONTRIBUTING.rst b/doc/CONTRIBUTING.rst
index 2a8f1f1d1220dcafb94bc3417640579e40b897f1..9d8c0c9af5a1597ecf3844dc660bfb97c87e6a37 100644
--- a/doc/CONTRIBUTING.rst
+++ b/doc/CONTRIBUTING.rst
@@ -7,8 +7,8 @@ How To Contribute
 Basics
 ======
 
-#. Our source code is hosted on `OpenStack Kolla-Ansible Git`_. Bugs should be filed on
-   launchpad_.
+#. Our source code is hosted on `OpenStack Kolla-Ansible Git`_. Bugs should be
+   filed on launchpad_.
 
 #. Please follow OpenStack `Gerrit Workflow`_ to contribute to Kolla.
 
diff --git a/doc/production-architecture-guide.rst b/doc/production-architecture-guide.rst
index 3618e4870a54bcd607051bc8ece8238ec256ccf1..db0d49d3a661cfeb9c4ad05d86c53bfed138d231 100644
--- a/doc/production-architecture-guide.rst
+++ b/doc/production-architecture-guide.rst
@@ -54,7 +54,7 @@ In Kolla operators should configure following network interfaces:
 
 * ``storage_interface`` - This is the interface that is used by virtual
   machines to communicate to Ceph. This can be heavily utilized so it's
-  recommended to put this network on 10Gig networking. Defaults to 
+  recommended to put this network on 10Gig networking. Defaults to
   ``network_interface``.
 
 * ``cluster_interface`` - This is another interface used by Ceph. It's used for
diff --git a/doc/quickstart.rst b/doc/quickstart.rst
index 2d8107e105456c8cbcc9604ffa1406fea341f8d4..d28b4b5aa45381478993130b208c0b58741f75ac 100644
--- a/doc/quickstart.rst
+++ b/doc/quickstart.rst
@@ -346,8 +346,8 @@ Copy the configuration files globals.yml and passwords.yml to /etc directory.
     cp -r /usr/local/share/kolla-ansible/etc_examples/kolla /etc/kolla/
 
 The inventory files (all-in-one and multinode) are located in
-/usr/local/share/kolla-ansible/ansible/inventory. Copy the configuration files to the
-current directory.
+/usr/local/share/kolla-ansible/ansible/inventory. Copy the configuration files
+to the current directory.
 
 ::