From 9d298f594cdec29637add5292a05ffaa5db33ed9 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Sat, 16 Jul 2022 13:20:09 -0700 Subject: [PATCH] src/sage/combinat/counting.py: Work around remaining flake8-rst-docstrings first-line issue --- src/sage/combinat/counting.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sage/combinat/counting.py b/src/sage/combinat/counting.py index 644d8aeb4ae..14097b729e0 100644 --- a/src/sage/combinat/counting.py +++ b/src/sage/combinat/counting.py @@ -1,4 +1,6 @@ r""" +.. this line is needed to un-confuse the flake8-rst-docstrings linter + Counting ========