Fix a spelling mistake

This commit is contained in:
Brett Cannon 2018-06-04 11:49:43 -07:00 committed by GitHub
parent c96c87555c
commit fb657c73da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ Sticking with ``setup.cfg``
There are two issues with ``setup.cfg`` used by setuptools as a general
format. One is that they are ``.ini`` files which have issues as mentioned
in the configparser_ discussion above. The other is that the schema for
that file has never been rigourlessly defined and thus it's unknown which
that file has never been rigorously defined and thus it's unknown which
format would be safe to use going forward without potentially confusing
setuptools installations.