File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1010,7 +1010,7 @@ class FontConstantsBase:
10101010
10111011class ComputerModernFontConstants (FontConstantsBase ):
10121012 # Previously, the x-height of Computer Modern was obtained from the font
1013- # table. However, that x-height was greater than the the actual (rendered)
1013+ # table. However, that x-height was greater than the actual (rendered)
10141014 # x-height by a factor of 1.771484375 (at font size 12, DPI 100 and hinting
10151015 # type 32). Now that we're using the rendered x-height, some font constants
10161016 # have been increased by the same factor to compensate.
Original file line number Diff line number Diff line change @@ -3522,7 +3522,7 @@ def inverse(self, values):
35223522 - If iterable, must be of length `n_components`. Each element can be a
35233523 scalar or array-like and is mapped through the corresponding norm.
35243524 - If structured array, must have `n_components` fields. Each field
3525- is mapped through the the corresponding norm.
3525+ is mapped through the corresponding norm.
35263526
35273527 """
35283528 values = self ._iterable_components_in_data (values , self .n_components )
You can’t perform that action at this time.
0 commit comments