Skip to content

Commit ec3e68d

Browse files
Merge pull request matplotlib#31011 from bodhisilberling-2027/fix-grammar-text-comment
Fix grammar: 'it would better' -> 'it would be better' in comment
2 parents 8615068 + d28d2ad commit ec3e68d

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)