Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
InnocentBug committed Dec 14, 2023
1 parent b40aa53 commit 2c2839d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cript/api/data_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(self, host: str):
--------
### Create a stand alone DataSchema instance.
>>> import cript
>>> data_schema = cript.api.DataSchema("https://api.criptapp.org/v1")
>>> data_schema = cript.api.DataSchema("https://api.criptapp.org/api/v1/")
"""

Expand Down

0 comments on commit 2c2839d

Please sign in to comment.