Fix typo
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-08-09 03:48:05 +02:00
parent afeb033e89
commit 72e2ef9071
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

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."""