diff --git a/doc/source/coding-guidelines.rst b/doc/source/coding-guidelines.rst index 2d1aae16..34de3227 100644 --- a/doc/source/coding-guidelines.rst +++ b/doc/source/coding-guidelines.rst @@ -16,7 +16,7 @@ the syntax ensures that it roughly always looks the same. As OpenStack charms are for OpenStack it’s a good idea to adhere to the OpenStack Python coding standard. So first things first: -* Read the `OpenStack Coding standard `__. +* Read the `OpenStack Coding standard `__. * Read PEP8 (again). Topics