Skip to content

Commit 70d0955

Browse files
authored
Merge pull request matplotlib#32030 from meeseeksmachine/auto-backport-of-pr-31990-on-v3.11.x
Backport PR matplotlib#31990 on branch v3.11.x (DOC fix parameter name in CharacterMapping.add docstring)
2 parents 75c03b3 + 13cf8ff commit 70d0955

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)