We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d577f5 commit 342a1ddCopy full SHA for 342a1dd
pypacter-api/src/pypacter_api/__init__.py
@@ -36,10 +36,10 @@
36
37
def get_version() -> str:
38
"""
39
- Get the version of Accord API.
+ Get the version of API.
40
41
Returns:
42
- The version of Accord API.
+ The version of API.
43
44
return __version__
45
@@ -73,7 +73,7 @@ def local() -> None:
73
machine), and uses a randomly allocated port.
74
75
It is possible to override the host and port by setting the environment
76
- variables `ACCORD_DEV_HOST` and `ACCORD_DEV_PORT` respectively.
+ variables `DEV_HOST` and `DEV_PORT` respectively.
77
78
import uvicorn
79
0 commit comments