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

Skip to content

Commit b02f70d

Browse files
committed
DOC: Add Attributes heading to type1font.
1 parent 2099af4 commit b02f70d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

lib/matplotlib/type1font.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,15 @@ class Type1Font(object):
4444
"""
4545
A class representing a Type-1 font, for use by backends.
4646
47-
.. attribute:: parts
47+
Attributes
48+
----------
49+
parts : tuple
50+
A 3-tuple of the cleartext part, the encrypted part, and the finale of
51+
zeros.
4852
49-
A 3-tuple of the cleartext part, the encrypted part, and the
50-
finale of zeros.
53+
prop : Dict[str, Any]
54+
A dictionary of font properties.
5155
52-
.. attribute:: prop
53-
54-
A dictionary of font properties.
5556
"""
5657
__slots__ = ('parts', 'prop')
5758

0 commit comments

Comments
 (0)