[docs] logging.basicConfig: wrong table headings

Kai Großjohann kai.grossjohann at gmail.com
Sun Feb 3 12:18:56 EST 2019


https://docs.python.org/2.7/library/logging.html?highlight=logging.basicconfig#logging.basicConfig

The description of logging.basicConfig has a table, and the table 
heading is wrong for the first column.  It says "format", but it should 
say "argument" or something like this.

The same issue exists in the 3.7 documentation:
https://docs.python.org/3.7/library/logging.html?highlight=logging.basicconfig#logging.basicConfig

Thanks,
Kai


More information about the docs mailing list