Skip to content

Commit

Permalink
typos and wording in CHANGES.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Oct 30, 2017
1 parent 01e8d6d commit e84bbc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
are empty strings.

- Reimplement ``buffers.OverflowableBuffer`` in terms of the standard
libraries ``tempfile.SpooledTemporaryFile``. This is much simpler.
library's ``tempfile.SpooledTemporaryFile``. This is much simpler.
See `issue 5 <https://github.com/zopefoundation/zope.server/issues/5>`_.

- Achieve and maintain 100% test coverage.
Expand All @@ -25,7 +25,7 @@
``zope.server.logging`` and change the ``CommonAccessLogger`` and
``CommonFTPActivityLogger`` to only work with Python standard
library loggers. The standard library supports all the logging
functions this package used to expose. It can be easily configured
functions this package previously provided. It can be easily configured
with ZConfig. See `issue 4
<https://github.com/zopefoundation/zope.server/issues/4>`_.

Expand Down

0 comments on commit e84bbc2

Please sign in to comment.