Skip to content

Commit db5a881

Browse files
Merge branch 'matplotlib:main' into fix-contour-docs-final
2 parents 1c40b33 + ec3e68d commit db5a881

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def _get_textbox(text, renderer):
3333
# TODO : This function may move into the Text class as a method. As a
3434
# matter of fact, the information from the _get_textbox function
3535
# should be available during the Text._get_layout() call, which is
36-
# called within the _get_textbox. So, it would better to move this
36+
# called within the _get_textbox. So, it would be better to move this
3737
# function as a method with some refactoring of _get_layout method.
3838

3939
projected_xs = []

0 commit comments

Comments
 (0)