Skip to content

Commit 8eff292

Browse files
committed
FIX: Fix line too long in docstring
1 parent b23fd27 commit 8eff292

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/matplotlib/contour.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ def clabel(self, levels=None, *,
146146
147147
Note: The returned Text instances should not be individually
148148
removed or have their geometry modified, e.g. by changing text or font size.
149-
If you need such a modification, remove the entire `.ContourSet` and recreate it.
149+
If you need such a modification, remove the entire
150+
`.ContourSet` and recreate it.
150151
"""
151152

152153
if self.filled:

0 commit comments

Comments
 (0)