Skip to content

Commit 8bc980f

Browse files
committed
docs: update xxmodule.c comments on header file
1 parent c55c020 commit 8bc980f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/xxmodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
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 in the
13+
Include/ directory. */
1414

1515
/* Xxo objects */
1616

0 commit comments

Comments
 (0)