Skip to content

Commit

Permalink
Fix typo in multiprocessing example Readme (#30132)
Browse files Browse the repository at this point in the history
  • Loading branch information
niquepolice committed Nov 22, 2022
1 parent 14fc11b commit 3714762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/python/multiprocessing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ Alternatively, generate code using the following and then run the client and ser
directly:

```python
cd examples/python/helloworld
cd examples/python/multiprocessing
python -m grpc_tools.protoc -I . prime.proto --python_out=. --grpc_python_out=.
```

0 comments on commit 3714762

Please sign in to comment.