diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/commandline.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/commandline.rst b/docs/narr/commandline.rst index cef331e2d..a8459ac27 100644 --- a/docs/narr/commandline.rst +++ b/docs/narr/commandline.rst @@ -593,5 +593,5 @@ use the following command: .. code-block:: python - import logging - logging.fileConfig('/path/to/my/development.ini') + import logging.config + logging.config.fileConfig('/path/to/my/development.ini') |
