Fix Typo.

This commit is contained in:
Elf M. Sternberg 2016-05-29 09:46:13 -07:00
parent d92224cc80
commit 1eaa8f73e0
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ hard-coded to only recognize ".py" as a valid suffix.
Import polyloader in your python script's launcher or library, as well
as the syntax compiler(s) you plan to use. For example, if you have
[Mochi](<https://github.com/i2y/mochi>)) and
[Mochi](<https://github.com/i2y/mochi>) and
[Hy](<http://docs.hylang.org/en/latest/>) installed, and you wanted to
write a Django app, edit manage.py and add the following lines at the
top: