]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-122040: reword `Modules/xxmodule.c` module-level comment (#132201)
authorSonny Ding <93831983+sonnyding1@users.noreply.github.com>
Mon, 7 Apr 2025 08:03:03 +0000 (01:03 -0700)
committerGitHub <noreply@github.com>
Mon, 7 Apr 2025 08:03:03 +0000 (08:03 +0000)
Modules/xxmodule.c

index 1a21aa90b2a4c6b5ce4ce8dc1385b711e447c209..e8749331c6a11fdf753d3b021e8a694b2a25753f 100644 (file)
@@ -9,8 +9,7 @@
    You will probably want to delete all references to 'x_attr' and add
    your own types of attributes instead.  Maybe you want to name your
    local variables other than 'self'.  If your object type is needed in
-   other files, you'll have to create a file "foobarobject.h"; see
-   floatobject.h for an example. */
+   other files, you'll have to create a separate header file for it. */
 
 /* Xxo objects */