Fix typo in multiprocessing example Readme (#30132)

pull/31754/head
niquepolice 2 years ago committed by GitHub
parent 14fc11b072
commit 3714762731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/python/multiprocessing/README.md

@ -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=.
```

Loading…
Cancel
Save