Skip to content

Commit 4d46022

Browse files
authored
Whitespace fix.
1 parent 7133d01 commit 4d46022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matplotlib_inline/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class InlineBackend(InlineBackendConfig):
4444
the box, but third-party tools may use it to manage rc data. To change
4545
personal defaults for matplotlib, use matplotlib's configuration
4646
tools, or customize this class in your `ipython_config.py` file for
47-
IPython/Jupyter- specific usage.""").tag(config=True)
47+
IPython/Jupyter-specific usage.""").tag(config=True)
4848

4949
figure_formats = Set(
5050
{'png'},

0 commit comments

Comments
 (0)