Skip to content

Commit dad93f6

Browse files
committed
Update docstring to imperative mood
1 parent c652127 commit dad93f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

met-api/src/met_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class PrintDeprecationWarning(DeprecationWarning):
3333

3434
def _deprecated_print(*args, **kwargs):
3535
"""
36-
Deprecated print function with warning message.
36+
Issue a deprecation warning when print() is used.
3737
3838
Using print() bypasses the logging masking system and may expose sensitive data.
3939
Use logging instead: current_app.logger.info(), logger.debug(), etc.

0 commit comments

Comments
 (0)