Skip to content
Prev Previous commit
Next Next commit
updated new entry
  • Loading branch information
akulakov committed May 31, 2021
commit f578c798a46e5c5ba25f19a8c8ae37d954d0dbcd
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Added a function that returns a copy of a dict of logging levels: func::`logging.getLevelNamesDict()`
Added a function that returns a copy of a dict of logging levels: func::`logging.getLevelNamesMapping()`
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now that I look at this: isn't the correct syntax:

:func:`logging.getLevelNamesMapping`

?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right, well spotted!