Skip to content

Commit 1e154a7

Browse files
Merge branch 'mr/349-bad-scripts-uploaded-to-master' into 'master'
Resolve "Bad scripts uploaded to master" Closes #349 See merge request feng/training/material!418
2 parents 5bb06d2 + aef7e90 commit 1e154a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/process_definitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This script assumes that the modules are "chapterized" -
88
meaning that the module only has the module prefix and
99
"include" directives - no definitions should be in this
10-
file. It will parse the "include" directives in
10+
file. It will parse the "include" directives in
1111
the module file looking for definitions in the chapter
1212
files - but this is not recursive (it will not search
1313
for "include" directives in the chapter files).

support_files/generate_course.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
--course COURSE
66
text file listing all RST modules to put in document
77
8-
--output OUTPUT
8+
--output OUTPUT
99
basename of output file (use course name if not specified)
1010
1111
--extension EXTENSION

0 commit comments

Comments
 (0)