Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 042bf30

Browse files
authored
Typo in set_logging_options docstring
1 parent 4b72975 commit 042bf30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adal/log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def set_logging_options(options=None):
4242
4343
Basic Usages::
4444
>>>adal.set_logging_options({
45-
>>> 'level': 'DEBUG'
45+
>>> 'level': 'DEBUG',
4646
>>> 'handler': logging.FileHandler('adal.log')
4747
>>>})
4848
'''

0 commit comments

Comments
 (0)