Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f7d1984

Browse files
committed
Corrected for E402 and sphinx: Title underline too short
1 parent eed0525 commit f7d1984

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ per-file-ignores =
226226
examples/shapes_and_collections/ellipse_demo.py: E402
227227
examples/shapes_and_collections/fancybox_demo.py: E402
228228
examples/shapes_and_collections/hatch_demo.py: E402
229+
examples/shapes_and_collections/hatches_styles.py: E402
229230
examples/shapes_and_collections/line_collection.py: E402
230231
examples/shapes_and_collections/marker_path.py: E402
231232
examples/shapes_and_collections/patch_collection.py: E402

examples/shapes_and_collections/hatches_styles.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
==========
2+
===================
33
Hatches Styles Demo
4-
==========
4+
===================
55
66
Hatching (pattern filled polygons) is supported currently in the PS,
77
PDF, SVG and Agg backends only.

0 commit comments

Comments
 (0)