10000 Attempt to document the _whitespace etc objects a bit · matplotlib/matplotlib@301986a · GitHub
[go: up one dir, main page]

Skip to content

Commit 301986a

Browse files
committed
Attempt to document the _whitespace etc objects a bit
1 parent 372b402 commit 301986a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/type1font.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def _split(self, data):
144144
_comment_re = re.compile(br'%[^\r\n\v]*')
145145
_instring_re = re.compile(br'[()\\]')
146146

147-
# token types
147+
# token types, compared via object identity (poor man's enum)
148148
_whitespace = object()
149149
_name = object()
150150
_string = object()

0 commit comments

Comments
 (0)
0