]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/mgr: edit modules.rst 63667/head
authorZac Dover <zac.dover@proton.me>
Sun, 1 Jun 2025 23:39:35 +0000 (09:39 +1000)
committerZac Dover <zac.dover@proton.me>
Tue, 3 Jun 2025 06:09:57 +0000 (16:09 +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>
(cherry picked from commit 02621f7683b9296dccf943326cc555052aa5a2ab)

doc/mgr/modules.rst

index 205f4bb0142e9500501eb7f42ef12c4f73fe1e5b..020d0ba7252910e7a25448e265ba78689fec3f63 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: