We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20bd570 + cdb3dc1 commit ada66b7Copy full SHA for ada66b7
creational/pool.py
@@ -17,7 +17,7 @@
17
populated with strings.
18
As we can see, the first string object put in "yam" is USED by the
19
with statement. But because it is released back into the pool
20
-aftwerwards it is reused by the explicit call to sample_queue.get().
+afterwards it is reused by the explicit call to sample_queue.get().
21
Same thing happens with "sam", when the ObjectPool created insided the
22
function is deleted (by the GC) and the object is returned.
23
0 commit comments