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

Skip to content

Commit c3ca2f8

Browse files
committed
change hardcopy.docstring to docstring.hardcopy
1 parent b1bab75 commit c3ca2f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/users/whats_new.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ unrelated to style. These parameters include::
147147
'interactive', 'backend', 'backend.qt4', 'webagg.port',
148148
'webagg.port_retries', 'webagg.open_in_browser', 'backend_fallback',
149149
'toolbar', 'timezone', 'datapath', 'figure.max_open_warning',
150-
'savefig.directory', 'tk.window_focus', 'hardcopy.docstring'
150+
'savefig.directory', 'tk.window_focus', 'docstring.hardcopy'
151151

152152

153153
Change in default font

lib/matplotlib/style/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
'interactive', 'backend', 'backend.qt4', 'webagg.port',
4141
'webagg.port_retries', 'webagg.open_in_browser', 'backend_fallback',
4242
'toolbar', 'timezone', 'datapath', 'figure.max_open_warning',
43-
'savefig.directory', 'tk.window_focus', 'hardcopy.docstring'])
43+
'savefig.directory', 'tk.window_focus', 'docstring.hardcopy'])
4444

4545

4646
def _remove_blacklisted_style_params(d, warn=True):

0 commit comments

Comments
 (0)