issue #541: changelog typos.

This commit is contained in:
David Wilson 2019-02-13 17:29:47 +00:00
parent 0f30808234
commit b317b66317
1 changed files with 2 additions and 2 deletions

View File

@ -152,8 +152,8 @@ Fixes
* `#541 <https://github.com/dw/mitogen/issues/541>`_: Python error logs
originating from the ``boto`` package are quiesced, and appear only in
``-vvv`` output. This is since many EC2 modules triggers errors during normal
operation, in the process of retrying transiently failing requests.
``-vvv`` output. This is since EC2 modules may trigger errors during normal
operation, when retrying transiently failing requests.
* `748f5f67 <https://github.com/dw/mitogen/commit/748f5f67>`_: the
``ansible_ssh_host`` variable is respected when ``mitogen_via=`` is active.