mirror of
https://github.com/python/cpython.git
synced 2025-07-07 11:25:30 +00:00
gh-122040: reword Modules/xxmodule.c
module-level comment (#132201)
This commit is contained in:
parent
b865871486
commit
af8d1b9537
1 changed files with 1 additions and 2 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue