diff --git a/README.rst b/README.rst index 97eb1b8a..a5c3e990 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ -====================================== -attrs: Attributes without boilerplate. -====================================== +===================================== +attrs: Attributes Without Boilerplate +===================================== .. image:: https://readthedocs.org/projects/attrs/badge/?version=stable :target: http://attrs.readthedocs.io/en/stable/?badge=stable @@ -16,7 +16,7 @@ attrs: Attributes without boilerplate. .. teaser-begin -``attrs`` is the Python package that will bring back the joy to writing classes by relieving you of the drudgery of implementing object protocols (aka `dunder `_ methods). +``attrs`` is the Python package that will bring back the **joy** to **writing classes** by relieving you of the drudgery of implementing object protocols (aka `dunder `_ methods). Its main objective is to help you to write **concise** and **correct** software without slowing you – or your software – down. diff --git a/docs/index.rst b/docs/index.rst index 29e564c5..a7ff733f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,6 +1,6 @@ -====================================== -attrs: Attributes without boilerplate. -====================================== +===================================== +attrs: Attributes Without Boilerplate +===================================== Release v\ |release| (:doc:`What's new? `).