Skip to content

Commit cdb3dc1

Browse files
authored
Update pool.py
fix spell error.
1 parent 20bd570 commit cdb3dc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)