https://github.com/python/cpython/commit/81bc2cc7fd62a15e3f9ea473596b530124604a09
commit: 81bc2cc7fd62a15e3f9ea473596b530124604a09
branch: 3.12
author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>
committer: picnixz <10796600+picn...@users.noreply.github.com>
date: 2025-04-07T08:19:54Z
summary:

[3.12] gh-122040: reword `Modules/xxmodule.c` module-level comment (GH-132201) 
(#132208)

gh-122040: reword `Modules/xxmodule.c` module-level comment (GH-132201)
(cherry picked from commit af8d1b95377917036aaedf18b9cc047d8877259c)

Co-authored-by: Sonny Ding <93831983+sonnydi...@users.noreply.github.com>

files:
M Modules/xxmodule.c

diff --git a/Modules/xxmodule.c b/Modules/xxmodule.c
index 1e4e0ea3743ce3..04f1aa91205a04 100644
--- a/Modules/xxmodule.c
+++ b/Modules/xxmodule.c
@@ -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 */
 

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to