8000 Update _base.py · matplotlib/matplotlib@dde6318 · GitHub
[go: up one dir, main page]

Skip to content

Commit dde6318

Browse files
committed
Update _base.py
1 parent 3211425 commit dde6318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@ def set_aspect(self, aspect, adjustable=None, anchor=None):
12491249
'1.2', name='normal', alternative='auto', obj_type='aspect')
12501250
self._aspect = 'auto'
12511251
else:
1252-
raise ValueError("error in aspect")
1252+
raise ValueError("error in aspect")
12531253

12541254
if adjustable is not None:
12551255
self.set_adjustable(adjustable)

0 commit comments

Comments
 (0)
0