From 99f8a8c23d45ea8f00bd3f428ada45b4c181fbca Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Tue, 3 Sep 2019 22:37:59 +0200 Subject: [PATCH] Typos --- CHANGELOG.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a7b86195..686f6305 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -23,8 +23,8 @@ This project adheres to `Semantic Versioning `_. * Added ``https`` alias command with ``https://`` as the default scheme. * Added ``$ALL_PROXY`` documentation. * Added type annotations throughout the codebase. -* Added ``tests/`` to PyPi package for the convenience of - downstream package maintainers’. +* Added ``tests/`` to the PyPi package for the convenience of + downstream package maintainers. * Fixed an error when ``stdin`` was a closed fd. * Fixed an error when the config directory was not writeable. * Improved ``--debug`` output formatting.