diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-05-14 11:00:52 -0400 |
|---|---|---|
| committer | luz paz <luzpaz@users.noreply.github.com> | 2018-05-17 10:04:23 -0400 |
| commit | 60dfa31a67601f25a3ca171ae7d2503a46e0ec03 (patch) | |
| tree | dc18e5f0bbd4b97bd3b562149408fa8212b0f598 /Examples/python | |
| parent | 3eb41c9beb4b420bc58b9c2b97316f35dc3be7be (diff) | |
| download | swig-60dfa31a67601f25a3ca171ae7d2503a46e0ec03.tar.gz | |
Misc. typos
found via `codespell` and `grep`
Diffstat (limited to 'Examples/python')
| -rw-r--r-- | Examples/python/variables/runme.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/python/variables/runme.py b/Examples/python/variables/runme.py index fba485aca..4d34e92dd 100644 --- a/Examples/python/variables/runme.py +++ b/Examples/python/variables/runme.py @@ -48,7 +48,7 @@ example.print_vars() print "\nNow I'm going to try and modify some read only variables" -print " Tring to set 'path'" +print " Trying to set 'path'" try: example.cvar.path = "Whoa!" print "Hey, what's going on?!?! This shouldn't work" |
