Skip to content

Commit a25abeb

Browse files
committed
tweak language. non-negligible
1 parent 7a19b94 commit a25abeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/a-conceptual-overview-of-asyncio.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ call stack to the event loop.
358358
Then, the event loop needs to manage its internal state and work through
359359
its processing logic to resume the next job.
360360
That might sound minor, but in a large program with many ``await``\ s, that
361-
overhead can add up to a meaningful performance drag.
361+
overhead can add up to a non-negligible performance drag.
362362

363363
------------------------------------------------
364364
A conceptual overview part 2: the nuts and bolts

0 commit comments

Comments
 (0)