Skip to content

Commit d04db9c

Browse files
Update README.md
1 parent 3a7a68c commit d04db9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

9_part grab screen multiprocessing/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if __name__=="__main__":
6666
```
6767

6868
More about python multiprocessing and queues you can learn on this [link](https://docs.python.org/2/library/multiprocessing.html#multiprocessing.Queue.qsize). Short code explanation:
69-
We begin with creaginf a chared queue.
69+
We begin with creating a chared queue:
7070
```
7171
# Queue
7272
q = multiprocessing.JoinableQueue()

0 commit comments

Comments
 (0)