Skip to content

Commit

Permalink
Typo fixes in CHANGES.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Sep 26, 2018
1 parent 6dd62e3 commit 6ee8342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Expand Up @@ -19,7 +19,7 @@ Changes
- Make ``zope.configuration.fields.Path`` and
``zope.configuration.config.ConfigurationContext`` expand
environment variables and expand user home directories in paths. See
`issue <https://github.com/zopefoundation/zope.configuration/issues/3>`_.
`issue 3 <https://github.com/zopefoundation/zope.configuration/issues/3>`_.

- Fix resolving names from a Python 2 package whose ``__init__.py`` has
unicode elements in ``__all__``.
Expand All @@ -41,7 +41,7 @@ Changes
on exceptions they raise.

- Make ``zope.configuration.fields.PythonIdentifier`` subclass
``PythonIdentifier`` from ``zope.schema``. It now implements ``fromBytes``
``PythonIdentifier`` from ``zope.schema``. It now implements ``fromBytes``,
always produces a native string, and validates the value in
``fromUnicode``. See `issue 28
<https://github.com/zopefoundation/zope.configuration/issues/28>`_.
Expand Down

0 comments on commit 6ee8342

Please sign in to comment.