Skip to content

Commit cbca91e

Browse files
committed
Fix typo
1 parent 8a88d4b commit cbca91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source-code/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ to create it. There is some material not covered in the presentation as well.
3838
1. `paramiko`: a few examples of using the Paramiko library for SSH
3939
to remote hosts.
4040
1. `processes`: examples of how to work with processes.
41-
1. `sched`: scheduled execution of funcitons in Python.
41+
1. `sched`: scheduled execution of functions in Python.
4242
1. `subprocess`: illustrates executing a shell command from a Python script
4343
using the `subprocess` module.
4444
1. `xml-generator`: code to generate a random XML documents.

0 commit comments

Comments
 (0)