Skip to content

Commit ada66b7

Browse files
authored
Merge pull request #219 from Svtter/patch-1
Update pool.py
2 parents 20bd570 + cdb3dc1 commit ada66b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

creational/pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
populated with strings.
1818
As we can see, the first string object put in "yam" is USED by the
1919
with statement. But because it is released back into the pool
20-
aftwerwards it is reused by the explicit call to sample_queue.get().
20+
afterwards it is reused by the explicit call to sample_queue.get().
2121
Same thing happens with "sam", when the ObjectPool created insided the
2222
function is deleted (by the GC) and the object is returned.
2323

0 commit comments

Comments
 (0)