Whitespace and language fixes.

parent 262a8f8c
......@@ -133,9 +133,7 @@ def LOG(subsystem, severity, summary, detail='', error=None, reraise=None):
error is reraised.
"""
warnings.warn('Using the zLOG module is deprecated (to be removed in '
warnings.warn('The zLOG package is deprecated and will be removed in '
'Zope 2.12. Use the Python logging module instead.',
DeprecationWarning,
stacklevel=2)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment