Skip to content

Commit 02621f7

Browse files
committed
doc/mgr: edit modules.rst
s/called/named/ as requested by Anthony D'Atri in ceph#63451 (comment). Signed-off-by: Zac Dover <[email protected]>
1 parent bb1109a commit 02621f7

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)