Skip to content

Commit e3d1e53

Browse files
committed
Fix typo
1 parent 1e9d135 commit e3d1e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mautrix/client/api/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class ClientAPI(
2424
functions for accessing the client-server API.
2525
2626
This class can be used directly, but generally you should use the higher-level wrappers that
27-
inherit from this class, such as :class:`mautrix.client.ClientAPI`
27+
inherit from this class, such as :class:`mautrix.client.Client`
2828
or :class:`mautrix.appservice.IntentAPI`.
2929
3030
Examples:

0 commit comments

Comments
 (0)