Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8615068 commit d28d2adCopy full SHA for d28d2ad
1 file changed
lib/matplotlib/text.py
@@ -33,7 +33,7 @@ def _get_textbox(text, renderer):
33
# TODO : This function may move into the Text class as a method. As a
34
# matter of fact, the information from the _get_textbox function
35
# should be available during the Text._get_layout() call, which is
36
- # called within the _get_textbox. So, it would better to move this
+ # called within the _get_textbox. So, it would be better to move this
37
# function as a method with some refactoring of _get_layout method.
38
39
projected_xs = []
0 commit comments