We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af2089 commit 366e3c4Copy full SHA for 366e3c4
1 file changed
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