]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
pybind/mgr: Fix missing empty lines in mgr_module.py 62785/head
authorVille Ojamo <14869000+bluikko@users.noreply.github.com>
Fri, 11 Apr 2025 14:54:28 +0000 (21:54 +0700)
committerVille Ojamo <14869000+bluikko@users.noreply.github.com>
Mon, 28 Apr 2025 08:17:53 +0000 (15:17 +0700)
commitb521e969b94b93b41a37ef5f9726ed63cb77a97c
tree471c70adf1100fe95e6bd73900ffb212c4208ecc
parentd37f60264ab3456ad5a3731ac6028c41b00c5575
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>
src/pybind/mgr/mgr_module.py