Skip to content

Commit

Permalink
Update grpc_clients.md
Browse files Browse the repository at this point in the history
switch fb/pb typo
  • Loading branch information
Mark-Niemeyer authored Nov 11, 2024
1 parent b5d70de commit f459694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/mkdocs/getting-started/grpc_clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ Importing from the modules can be done like this:

```python
from seerep.pb import image_pb2 as image
from seerep.pb import image_service_pb2_grpc as image_service_fb
from seerep.pb import image_service_pb2_grpc as image_service_pb
```

```python
from seerep.fb import Image
from seerep.fb import image_service_grpc_fb as image_service_pb
from seerep.fb import image_service_grpc_fb as image_service_fb
```

For more advanced examples have a look at the
Expand Down

0 comments on commit f459694

Please sign in to comment.