Skip to content

Commit 6c711e4

Browse files
committed
Tweaks
1 parent 39aae0e commit 6c711e4

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

footer.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
$foot = '
44
<p style="font-size: 75%; margin-top: 5em;">
55
Copyright Creative Commons Attribution 3.0 - Charles R. Severance
6-
</p>
7-
';
6+
</p>';
87

98
$OUTPUT->setAppFooter($foot);
109
$OUTPUT->footer();

lessons.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
"anchor": "loops",
257257
"icon" : "fa-gears",
258258
"description": "We look at how Python repeats statements using looping structures.",
259-
"slides": "lectures3/Pythonlearn-05-Iterations.ppt",
259+
"slides": "lectures3/Pythonlearn-05-Iterations.pptx",
260260
"chapters" : "5",
261261
"videos" : [
262262
{

materials.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</ul>
2828
<p>
2929
If you are interested in translating the book or other online materials into another
30-
language, please contact me so we can cordinate out sctivities.
30+
language, please contact me so we can coordinate out sctivities.
3131
</p>
3232

3333
<?php include("footer.php"); ?>

0 commit comments

Comments
 (0)