Skip to content

Commit 883ebed

Browse files
committed
Fix typo
1 parent c52cab8 commit 883ebed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

st2common/st2common/constants/error_messages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
__all__ = [
1717
'PACK_VIRTUALENV_DOESNT_EXIST',
1818
'PACK_VIRTUALENV_USES_PYTHON3',
19-
'PYTHON2_DEPREATION'
19+
'PYTHON2_DEPRECATION'
2020
]
2121

2222
PACK_VIRTUALENV_DOESNT_EXIST = '''

0 commit comments

Comments
 (0)