Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1dffe31

Browse filesBrowse files
committed
Merge pull request #7220 from lboogaard/patch-1
DOC: Fix innocent typo in comments
1 parent 17fab80 commit 1dffe31
Copy full SHA for 1dffe31

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎lib/matplotlib/rcsetup.py

Copy file name to clipboardExpand all lines: lib/matplotlib/rcsetup.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@ def validate_hist_bins(s):
11601160
'xtick.major.pad': [3.5, validate_float], # distance to label in points
11611161
'xtick.minor.pad': [3.4, validate_float], # distance to label in points
11621162
'xtick.color': ['k', validate_color], # color of the xtick labels
1163-
'xtick.minor.visible': [False, validate_bool], # visiablility of the x axis minor ticks
1163+
'xtick.minor.visible': [False, validate_bool], # visibility of the x axis minor ticks
11641164
'xtick.minor.top': [True, validate_bool], # draw x axis top minor ticks
11651165
'xtick.minor.bottom': [True, validate_bool], # draw x axis bottom minor ticks
11661166
'xtick.major.top': [True, validate_bool], # draw x axis top major ticks
@@ -1179,7 +1179,7 @@ def validate_hist_bins(s):
11791179
'ytick.major.pad': [3.5, validate_float], # distance to label in points
11801180
'ytick.minor.pad': [3.4, validate_float], # distance to label in points
11811181
'ytick.color': ['k', validate_color], # color of the ytick labels
1182-
'ytick.minor.visible': [False, validate_bool], # visiablility of the y axis minor ticks
1182+
'ytick.minor.visible': [False, validate_bool], # visibility of the y axis minor ticks
11831183
'ytick.minor.left': [True, validate_bool], # draw y axis left minor ticks
11841184
'ytick.minor.right': [True, validate_bool], # draw y axis right minor ticks
11851185
'ytick.major.left': [True, validate_bool], # draw y axis left major ticks

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.