Skip to content

Commit b047764

Browse files
tacaswelltimhoffm
andcommitted
DOC: reduce number of negatives in a sentence to improve clarity
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent db25e2a commit b047764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def _get_text_metrics_function(input_renderer, _cache=weakref.WeakKeyDictionary(
9898
the renderer is garbage collected.
9999
100100
The inner layer is provided by an lru_cache with a large maximum size (such
101-
that we do not expect it to be hit in very few actual use cases). As the
101+
that we expect very few cache misses in actual use cases). As the
102102
dpi is mutable on the renderer, we need to explicitly include it as part of
103103
the cache key on the inner layer even though we do not directly use it (it is
104104
used in the method call on the renderer).

0 commit comments

Comments
 (0)