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 dc12ca4

Browse filesBrowse files
authored
Merge pull request #7220 from lboogaard/patch-1
DOC: Fix innocent typo in comments
2 parents b1bab75 + a90a9b5 commit dc12ca4
Copy full SHA for dc12ca4

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
@@ -1175,7 +1175,7 @@ def validate_animation_writer_path(p):
11751175
'xtick.major.pad': [3.5, validate_float], # distance to label in points
11761176
'xtick.minor.pad': [3.4, validate_float], # distance to label in points
11771177
'xtick.color': ['k', validate_color], # color of the xtick labels
1178-
'xtick.minor.visible': [False, validate_bool], # visiablility of the x axis minor ticks
1178+
'xtick.minor.visible': [False, validate_bool], # visibility of the x axis minor ticks
11791179
'xtick.minor.top': [True, validate_bool], # draw x axis top minor ticks
11801180
'xtick.minor.bottom': [True, validate_bool], # draw x axis bottom minor ticks
11811181
'xtick.major.top': [True, validate_bool], # draw x axis top major ticks
@@ -1194,7 +1194,7 @@ def validate_animation_writer_path(p):
11941194
'ytick.major.pad': [3.5, validate_float], # distance to label in points
11951195
'ytick.minor.pad': [3.4, validate_float], # distance to label in points
11961196
'ytick.color': ['k', validate_color], # color of the ytick labels
1197-
'ytick.minor.visible': [False, validate_bool], # visiablility of the y axis minor ticks
1197+
'ytick.minor.visible': [False, validate_bool], # visibility of the y axis minor ticks
11981198
'ytick.minor.left': [True, validate_bool], # draw y axis left minor ticks
11991199
'ytick.minor.right': [True, validate_bool], # draw y axis right minor ticks
12001200
'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.