Skip to content

Commit 60ba70f

Browse files
committed
Merge branch 'v1.2.x' of github.com:matplotlib/matplotlib into v1.2.x
2 parents e5b6317 + ad3859a commit 60ba70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ def set_anchor(self, anchor):
11201120
self._anchor = anchor
11211121
else:
11221122
raise ValueError('argument must be among %s' %
1123-
', '.join(mtransforms.BBox.coefs.keys()))
1123+
', '.join(mtransforms.Bbox.coefs.keys()))
11241124

11251125
def get_data_ratio(self):
11261126
"""

0 commit comments

Comments
 (0)