Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 342a1dd

Browse files
committedMar 21, 2025··
chore: remove mentions of accord
1 parent 2d577f5 commit 342a1dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pypacter-api/src/pypacter_api/__init__.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636

3737
def get_version() -> str:
3838
"""
39-
Get the version of Accord API.
39+
Get the version of API.
4040
4141
Returns:
42-
The version of Accord API.
42+
The version of API.
4343
"""
4444
return __version__
4545

@@ -73,7 +73,7 @@ def local() -> None:
7373
machine), and uses a randomly allocated port.
7474
7575
It is possible to override the host and port by setting the environment
76-
variables `ACCORD_DEV_HOST` and `ACCORD_DEV_PORT` respectively.
76+
variables `DEV_HOST` and `DEV_PORT` respectively.
7777
"""
7878
import uvicorn
7979

0 commit comments

Comments
 (0)
Please sign in to comment.