Skip to content

Commit cd8f0e8

Browse files
committed
collapse code example to one line.
1 parent 3e25446 commit cd8f0e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/customizing.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -897,8 +897,7 @@ behaviour:
897897

898898
when the class for attached files is defined as::
899899

900-
file = FileClass(db, "file",
901-
name=String())
900+
file = FileClass(db, "file", name=String())
902901

903902
``MySpecialFile.doc`` is the name for the file object.
904903

0 commit comments

Comments
 (0)