@@ -2,31 +2,31 @@ FormEncode
22==========
33
44.. |PyPI | image :: https://img.shields.io/pypi/v/formencode
5- :target: https://pypi.org/project/formencode
6- :alt: PyPI
5+ :target: https://pypi.org/project/formencode
6+ :alt: PyPI
77
88.. |Python | image :: https://img.shields.io/pypi/pyversions/formencode
9- :target: https://pypi.org/project/formencode
10- :alt: PyPI - Python Version
9+ :target: https://pypi.org/project/formencode
10+ :alt: PyPI - Python Version
1111
12- .. image :: https://github.com/formencode/formencode/actions/workflows/run-tests.yml/badge.svg
12+ .. | Tests | image :: https://github.com/formencode/formencode/actions/workflows/run-tests.yml/badge.svg
1313 :target: https://github.com/formencode/formencode/actions
1414 :alt: Test Status
1515
1616
1717Introduction
1818------------
1919
20- FormEncode is a validation and form generation package. The
21- validation can be used separately from the form generation. The
22- validation works on compound data structures, with all parts being
23- nestable. It is separate from HTTP or any other input mechanism.
20+ FormEncode is a validation and form generation package.
21+ The validation can be used separately from the form generation.
22+ The validation works on compound data structures, with all parts being nestable.
23+ It is separate from HTTP or any other input mechanism.
2424
2525
2626Documentation
2727-------------
2828
29- The latest documentation is available at http ://www.formencode.org/
29+ The latest documentation is available at https ://www.formencode.org/
3030
3131
3232Testing
@@ -39,4 +39,4 @@ Use `tox` to run the test suite for all supported Python versions.
3939Changes
4040-------
4141
42- See the `What's new section of the documentation <http ://www.formencode.org/en/latest/#what-s-new >`_.
42+ See the `What's new section of the documentation <https ://www.formencode.org/en/latest/#what-s-new >`_.
0 commit comments