Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d28d2ad

Browse files
Fix grammar: 'it would better' -> 'it would be better' in comment
1 parent 8615068 commit d28d2ad

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)