diff --git a/python-docrepr.changes b/python-docrepr.changes index c9e0158..5046a46 100644 --- a/python-docrepr.changes +++ b/python-docrepr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Mar 16 00:43:05 UTC 2019 - Jan Engelhardt + +- Use noun phrase in summary. + ------------------------------------------------------------------- Fri Mar 1 13:27:53 UTC 2019 - Tomáš Chvátal diff --git a/python-docrepr.spec b/python-docrepr.spec index ed0df9b..ba0f0e2 100644 --- a/python-docrepr.spec +++ b/python-docrepr.spec @@ -20,7 +20,7 @@ Name: python-docrepr Version: 0.1.1 Release: 0 -Summary: Render Python docstrings in HTML +Summary: Python module to render docstrings as HTML License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/spyder-ide/docrepr @@ -38,7 +38,7 @@ BuildArch: noarch %python_subpackages %description -The docrepr package renders Python docstrings in HTML. It is based on +The docrepr package renders Python docstrings as HTML. It is based on the sphinxify module developed by Tim Dumol for the Sage Notebook and the utils.inspector module developed for the Spyder IDE.