Skip to content

Commit

Permalink
Fix non-matching brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Sep 21, 2019
1 parent 0c560b3 commit 86fbdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/python/python_module.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The python package contains a module that provides a reference python client for
* Provide a numpy array, binary data or string data as payload or get random data generated as payload for given shape
* Send data as tensor, TFTensor or ndarray

Basic usage of the client is to create a `SeldonClient` object first. For example for a Seldon Deployment called "mymodel` running in the namespace `seldon` with Ambassador endpoint at "localhost:8003" (i.e., via port-forwarding):
Basic usage of the client is to create a `SeldonClient` object first. For example for a Seldon Deployment called "mymodel" running in the namespace `seldon` with Ambassador endpoint at "localhost:8003" (i.e., via port-forwarding):

```python
from seldon_core.seldon_client import SeldonClient
Expand Down

0 comments on commit 86fbdc6

Please sign in to comment.