Skip to content

Commit ce2bcef

Browse files
authored
Update README.md
1 parent d7f3686 commit ce2bcef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# concurrent_collections
1+
# Python Concurrent (thread-safe) collections
22

33
Thread-safe Python collections: `ConcurrentBag`, `ConcurrentDictionary`, and `ConcurrentQueue`.
44

@@ -74,4 +74,4 @@ print(q.popleft()) # 0
7474

7575
## License
7676

77-
MIT License
77+
MIT License

0 commit comments

Comments
 (0)