Browse Source

fix python api

tags/v0.0.0-test.4
haixuanTao 3 years ago
parent
commit
b2ebb02368
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/src/python-api.md

+ 1
- 1
docs/src/python-api.md View File

@@ -37,7 +37,7 @@ The custom node API allow you to integrate `dora` into your application. It allo
`Node()` initiate a node from environment variables set by `dora-coordinator`

```python
from dora import Node()
from dora import Node

node = Node()
```


Loading…
Cancel
Save