Fix typo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2020-08-09 03:48:05 +02:00
parent afeb033e89
commit 72e2ef9071

View File

@ -44,7 +44,7 @@ $ hrpc greeter.proto
This creates `greeter_gprc.py` (services) and `greeter_pb2.py` (stubs) files.
You can then write a async-ready server.
You can then write an async-ready server.
```python
"""Greeter server."""