Skip to content

Commit 531e56d

Browse files
committed
docs: revise Python SDK docs
1 parent 56a09e4 commit 531e56d

File tree

2 files changed

+337
-129
lines changed

2 files changed

+337
-129
lines changed

src/lingodotdev/__init__.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
"""
2-
Lingo.dev Python SDK
2+
Public entry point for the Lingo.dev Python SDK.
33
4-
A powerful localization engine that supports various content types including
5-
plain text, objects, chat sequences, and HTML documents.
4+
The package exposes :class:`~lingodotdev.engine.LingoDotDevEngine`, the
5+
asynchronous client used to access the Lingo.dev localization API. Refer to the
6+
engine module for detailed usage guidance.
67
"""
78

89
__version__ = "1.3.0"

0 commit comments

Comments
 (0)