]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
pybind/mgr: Fix missing empty lines in mgr_module.py
authorVille Ojamo <14869000+bluikko@users.noreply.github.com>
Fri, 11 Apr 2025 14:54:28 +0000 (21:54 +0700)
committerZac Dover <zac.dover@proton.me>
Mon, 30 Jun 2025 12:06:20 +0000 (22:06 +1000)
commit990d2c6f2f7e646c6a11f83ec431c4f6456e997b
treea75399e447583929e2a7edea6afc422735cdcda5
parent15519f0ff03831c94b085a5e9289a68ef5925582
pybind/mgr: Fix missing empty lines in mgr_module.py

The inline function documentation needs an empty
line between description and metadata.
Otherwise automethod from docs renders the metadata
as text together with the description instead of
rendering it as function metadata, e.g. parameters
and return value.

Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com>
(cherry picked from commit b521e969b94b93b41a37ef5f9726ed63cb77a97c)
src/pybind/mgr/mgr_module.py