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

Skip to content

Commit 8c31af8

Browse files
committed
Fix formatting of docstring
1 parent 486df66 commit 8c31af8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/matplotlib/__init__.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,10 @@ def wrapper():
284284

285285

286286
class ExecutableNotFoundError(FileNotFoundError):
287-
"""Error raised when an executable that Matplotlib optionally
288-
depends on can't be found."""
287+
"""
288+
Error raised when an executable that Matplotlib optionally
289+
depends on can't be found.
290+
"""
289291
pass
290292

291293

0 commit comments

Comments
 (0)