https://github.com/python/cpython/commit/af8d1b95377917036aaedf18b9cc047d8877259c
commit: af8d1b95377917036aaedf18b9cc047d8877259c
branch: main
author: Sonny Ding <[email protected]>
committer: picnixz <[email protected]>
date: 2025-04-07T08:03:03Z
summary:
gh-122040: reword `Modules/xxmodule.c` module-level comment (#132201)
files:
M Modules/xxmodule.c
diff --git a/Modules/xxmodule.c b/Modules/xxmodule.c
index 1a21aa90b2a4c6..e8749331c6a11f 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 -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]