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 7bc5aec + 366e3c4 commit 1f0f522Copy full SHA for 1f0f522
patterns/creational/pool.py
@@ -15,7 +15,7 @@
15
As we can see, the first string object put in "yam" is USED by the
16
with statement. But because it is released back into the pool
17
afterwards it is reused by the explicit call to sample_queue.get().
18
-Same thing happens with "sam", when the ObjectPool created insided the
+Same thing happens with "sam", when the ObjectPool created inside the
19
function is deleted (by the GC) and the object is returned.
20
21
*Where is the pattern used practically?
0 commit comments