summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.0.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/2.0.rst')
-rw-r--r--doc/whatsnew/2.0.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/whatsnew/2.0.rst b/doc/whatsnew/2.0.rst
index 792ae2848..bc7af65bd 100644
--- a/doc/whatsnew/2.0.rst
+++ b/doc/whatsnew/2.0.rst
@@ -240,3 +240,5 @@ Other Changes
from typing import Any, List
a = 1 # type: List[Any]
+
+* Fix false positive ``line-too-long`` for commented lines at the end of module