Skip to content

Commit b7e13fb

Browse files
committed
Make lint.py work under Python 3 and fix a few UTF-8 errors
1 parent 31a65a4 commit b7e13fb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

fix/feeding-timers.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- feeding-timers.lua
2-
-- original author: tejón
2+
-- original author: tejón
33
-- rewritten by expwnent
44
-- see repeat.lua for how to run this every so often automatically
55

markdown.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ target file:
4646
4747
character encoding:
4848
The text will likely be using system-default encoding, and as such
49-
will likely NOT display special characters (eg:é,õ,ç) correctly. To
49+
will likely NOT display special characters (eg:é,õ,ç) correctly. To
5050
fix this, you need to modify the character set that you are reading
5151
the document with. 'Notepad++' is a freely available program which
5252
can do this using the following steps:

0 commit comments

Comments
 (0)