aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarko Kreen <markokr@gmail.com>2020-03-22 02:41:05 +0200
committerGitHub <noreply@github.com>2020-03-21 19:41:05 -0500
commit757454a9b0029b8982e0603ba706984c4023e6e8 (patch)
tree95017f164a5e7daacd8749e4ea4458e1ee669325
parent2c4fccceff80300b0dd974542b5b5b4ab156a941 (diff)
downloadcryptography-757454a9b0029b8982e0603ba706984c4023e6e8.tar.gz
cryptography-757454a9b0029b8982e0603ba706984c4023e6e8.tar.bz2
cryptography-757454a9b0029b8982e0603ba706984c4023e6e8.zip
Fix silly linter problem with CHANGELOG (#5150)
This line triggers warning: CHANGELOG.rst:24: D001 Line too long but only when an item is added after it. Eg. "* Foo" is enough to trigger it.
-rw-r--r--CHANGELOG.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 144dc104..070e8e42 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -21,8 +21,8 @@ Changelog
:attr:`~cryptography.x509.ocsp.OCSPResponse.single_extensions` in an OCSP
response.
* **BACKWARDS INCOMPATIBLE:** Reversed the order in which
- :meth:`~cryptography.x509.Name.rfc4514_string` returns the RDNs as required by
- :rfc:`4514`.
+ :meth:`~cryptography.x509.Name.rfc4514_string` returns the RDNs
+ as required by :rfc:`4514`.
.. _v2-8: