File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2371,9 +2371,9 @@ class Figure(FigureBase):
2371
2371
# windows where the creation of too many figures leads to too many open
2372
2372
# file handles and improves the performance of parsing mathtext. However,
2373
2373
# these global caches are not thread safe. The solution here is to let the
2374
- # Figure acquire a shared at the start of the draw, and release it when it
2374
+ # Figure acquire a shared lock at the start of the draw, and release it when it
2375
2375
# is done. This allows multiple renderers to share the cached fonts and
2376
- # parsed text, but only one figure can draw at time and so the font cache
2376
+ # parsed text, but only one figure can draw at a time and so the font cache
2377
2377
# and mathtext cache are used by only one renderer at a time.
2378
2378
2379
2379
_render_lock = threading .RLock ()
You can’t perform that action at this time.
0 commit comments