Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 81bc2cc

Browse filesBrowse files
[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 af8d1b9) Co-authored-by: Sonny Ding <93831983+sonnyding1@users.noreply.github.com>
1 parent ab78a37 commit 81bc2cc
Copy full SHA for 81bc2cc

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎Modules/xxmodule.c

Copy file name to clipboardExpand all lines: Modules/xxmodule.c
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
You will probably want to delete all references to 'x_attr' and add
1010
your own types of attributes instead. Maybe you want to name your
1111
local variables other than 'self'. If your object type is needed in
12-
other files, you'll have to create a file "foobarobject.h"; see
13-
floatobject.h for an example. */
12+
other files, you'll have to create a separate header file for it. */
1413

1514
/* Xxo objects */
1615

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.