Skip to content

Commit 86d22d4

Browse files
authored
Fix traitlet name in docstring
1 parent e2c731e commit 86d22d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

traitlets/config/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def _log_default(self):
327327
328328
.. code-block:: python
329329
330-
c.Application.logging_configuration = {
330+
c.Application.logging_config = {
331331
'handlers': {
332332
'file': {
333333
'class': 'logging.FileHandler',

0 commit comments

Comments
 (0)