]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-122040: reword `Modules/xxmodule.c` module-level comment (GH-132201) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 7 Apr 2025 08:19:54 +0000 (10:19 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Apr 2025 08:19:54 +0000 (08:19 +0000)
gh-122040: reword `Modules/xxmodule.c` module-level comment (GH-132201)
(cherry picked from commit af8d1b95377917036aaedf18b9cc047d8877259c)

Co-authored-by: Sonny Ding <93831983+sonnyding1@users.noreply.github.com>
Modules/xxmodule.c

index 1e4e0ea3743ce3e1d3e9dab405208e2b7aaf28ed..04f1aa91205a04baf04b51dbb293b15369fad1a5 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 */