-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
I went through the 'Using' page of the wiki and found a few things that may need to be fixed.
- Currently, the example replaces the
foostring infoo.txtwithbar, but then saves tofoo.txt.bar.txt. I think it would make sense to save either tofoo.txtor tobar.txt. - The
ex()method usesinwhich is actually a keyword, and thus results in a syntax error. It also refers toself.out_bar()which has been renamed toself.out_replace()in the rest of the example.
I can fix this and submit a PR if needed?
Metadata
Metadata
Assignees
Labels
No labels