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

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

Co-authored-by: Sonny Ding <93831983+sonnyding1@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2025-04-07 10:27:34 +02:00 committed by GitHub
parent 07483c2c80
commit 71b537572a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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 */