[docs] [issue30168] Class Logger is unindented in the documentation.

Jim Fasarakis-Hilliard report at bugs.python.org
Wed Apr 26 08:44:01 EDT 2017


New submission from Jim Fasarakis-Hilliard:

Currently, `Logger` in `logging.rst` doesn't have an indent after `.. class:: Logger`. This causes the formatting for the specific section to look somewhat unexpected [1]. 

I've already created a PR that indents the methods/attributes accordingly. 

After @bitdancer's request, created this issue to get feedback from vinay if this was done on purpose.

[1]: https://docs.python.org/3/library/logging.html#logging.Logger

----------
assignee: docs at python
components: Documentation
messages: 292336
nosy: Jim Fasarakis-Hilliard, docs at python, vinay.sajip
priority: normal
severity: normal
status: open
title: Class Logger is unindented in the documentation.
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30168>
_______________________________________


More information about the docs mailing list