Fixed typo in README

This commit is contained in:
Veit Heller
2014-10-13 15:42:49 +02:00
parent d4331273b9
commit 0dfce63d86

View File

@@ -30,7 +30,7 @@ If you have a file containing _ code, you can import it after importing
_. Cool, huh?
Please note that the file you are importing is either an `.us` file or import
it by the fully qualified name(e.g. `import \_.py`).
it by the fully qualified name(e.g. `import _.py`).
The idea behind it is using Pythons import hooks to achieve something similar
to mames' original script, only that it works the opposite way.