Skip to content

Commit 13cf8ff

Browse files
timhoffmmeeseeksmachine
authored andcommitted
Backport PR matplotlib#31990: DOC fix parameter name in CharacterMapping.add docstring
1 parent 75c03b3 commit 13cf8ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/backends/_backend_pdf_ps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def add(self, charcode: str, glyph_index: GlyphIndexType, subset: int,
149149
----------
150150
charcode : CharacterCodeType
151151
The character code to record.
152-
glyph : GlyphIndexType
152+
glyph_index : GlyphIndexType
153153
The corresponding glyph index to record.
154154
subset : int
155155
The subset in which the subset character code resides.

0 commit comments

Comments
 (0)