[issue30168] Class Logger is unindented in the documentation.

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@python components: Documentation messages: 292336 nosy: Jim Fasarakis-Hilliard, docs@python, vinay.sajip priority: normal severity: normal status: open title: Class Logger is unindented in the documentation. versions: Python 3.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue30168> _______________________________________

Changes by Jim Fasarakis-Hilliard <d.f.hilliard@gmail.com>: ---------- pull_requests: +1402 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue30168> _______________________________________

Vinay Sajip added the comment: New changeset 55ace65eba587fe3cf3759a43cccf85214651971 by Vinay Sajip (Jim Fasarakis-Hilliard) in branch 'master': Closes bpo-30168: indent methods in Logger Class (#1295) https://github.com/python/cpython/commit/55ace65eba587fe3cf3759a43cccf852146... ---------- resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue30168> _______________________________________

Changes by Jim Fasarakis-Hilliard <d.f.hilliard@gmail.com>: ---------- pull_requests: +1402 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue30168> _______________________________________

Vinay Sajip added the comment: New changeset 55ace65eba587fe3cf3759a43cccf85214651971 by Vinay Sajip (Jim Fasarakis-Hilliard) in branch 'master': Closes bpo-30168: indent methods in Logger Class (#1295) https://github.com/python/cpython/commit/55ace65eba587fe3cf3759a43cccf852146... ---------- resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue30168> _______________________________________
participants (2)
-
Jim Fasarakis-Hilliard
-
Vinay Sajip