Skip to content

Commit

Permalink
Fix typo (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
irenedea authored Feb 9, 2024
1 parent aa0ea6e commit c7c9d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmfoundry/utils/warnings.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class VersionedDeprecationWarning(DeprecationWarning):
... warnings.warn(
... VersionedDeprecationWarning(
... "Function XYZ is deprecated.",
... after_version="2.0.0"
... remove_version="2.0.0"
... )
... )
...
Expand Down

0 comments on commit c7c9d24

Please sign in to comment.