Python: fix typos in comments

This commit is contained in:
Nick Rolfe
2022-05-12 14:29:08 +01:00
parent 2ed42c327c
commit 2efa38aaa6
13 changed files with 20 additions and 20 deletions

View File

@@ -8,7 +8,7 @@
* s = SOURCE
* SINK(s)
* ```
* `SOURCE` will be a source and the second occurance of `s` will be a sink.
* `SOURCE` will be a source and the second occurrence of `s` will be a sink.
*
* In order to test literals, alternative sources are defined for each type:
*