Skip to content

Commit dc5ed25

Browse files
committed
Change the example of what's in scripts/.
1 parent a92a662 commit dc5ed25

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

β€ŽTools/READMEβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ freeze Create a stand-alone executable from a Python program.
1313
modulator Interactively generate boiler plate for an extension
1414
module. Works easiest if you have Tk.
1515

16-
scripts A number of useful single-file programs, e.g. for
17-
converting old Python sources to the current language
18-
definition.
16+
scripts A number of useful single-file programs, e.g. tabnanny.py
17+
(by Tim Peters), which checks for inconsistent mixing
18+
of tabs and spaces.
1919

2020
versioncheck A tool to automate checking whether you have the latest
2121
version of a package (by Jack Jansen).

0 commit comments

Comments
 (0)