]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/mgr: edit modules.rst 63630/head
authorZac Dover <zac.dover@proton.me>
Sun, 1 Jun 2025 23:39:35 +0000 (09:39 +1000)
committerZac Dover <zac.dover@proton.me>
Sun, 1 Jun 2025 23:39:35 +0000 (09:39 +1000)
s/called/named/ as requested by Anthony D'Atri in
https://github.com/ceph/ceph/pull/63451#discussion_r2104487962.

Signed-off-by: Zac Dover <zac.dover@proton.me>
doc/mgr/modules.rst

index 58b025c78f649cc643fcfb68f0f6a42b4382ac0a..47273753d05efcb45d120dc8ab73aece95b22ae4 100644 (file)
@@ -11,9 +11,9 @@ ceph-mgr module developer's guide
 Creating a module
 -----------------
 
-In ``pybind/mgr/``, create a python module.  Within your module, create a class
+In ``pybind/mgr/``, create a python module. Within your module, create a class
 that inherits from ``MgrModule``.  For ceph-mgr to detect your module, your
-directory must contain a file called ``module.py``.
+directory must contain a file named ``module.py``.
 
 The most important methods to override are: