Skip to content

Commit 05f56ad

Browse files
chezouCopilot
andauthored
Fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f2177b6 commit 05f56ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tdclient/job_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def update(self) -> None:
111111

112112
def _update_status(self) -> None:
113113
warnings.warn(
114-
"_update_status() will be removed from future release. Please use update() instaed.",
114+
"_update_status() will be removed from future release. Please use update() instead.",
115115
stacklevel=2,
116116
category=DeprecationWarning,
117117
)

0 commit comments

Comments
 (0)