We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2177b6 commit 05f56adCopy full SHA for 05f56ad
tdclient/job_model.py
@@ -111,7 +111,7 @@ def update(self) -> None:
111
112
def _update_status(self) -> None:
113
warnings.warn(
114
- "_update_status() will be removed from future release. Please use update() instaed.",
+ "_update_status() will be removed from future release. Please use update() instead.",
115
stacklevel=2,
116
category=DeprecationWarning,
117
)
0 commit comments