Ced' has left a ';' in a Python block code :-)

This commit is contained in:
Fred 2020-12-28 20:53:07 +01:00
parent 333fa33135
commit 16d0a344bb
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ import logging
logger = logging.getLogger(__name__)
logger.debug('helloworld');
logger.debug('helloworld')
----
https://docs.djangoproject.com/en/stable/topics/logging/#examples[Par exemples].