Skip to content

Commit ac0b5f0

Browse files
authored
Merge pull request ceph#63630 from zdover23/wip-doc-2025-06-02-mgr-modules-63451-followup
doc/mgr: edit modules.rst Reviewed-by: Anthony D'Atri <[email protected]>
2 parents 35c1e3e + 02621f7 commit ac0b5f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/mgr/modules.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ceph-mgr module developer's guide
1111
Creating a module
1212
-----------------
1313

14-
In ``pybind/mgr/``, create a python module. Within your module, create a class
14+
In ``pybind/mgr/``, create a python module. Within your module, create a class
1515
that inherits from ``MgrModule``. For ceph-mgr to detect your module, your
16-
directory must contain a file called ``module.py``.
16+
directory must contain a file named ``module.py``.
1717

1818
The most important methods to override are:
1919

0 commit comments

Comments
 (0)