Skip to content

Commit

Permalink
Revert "Fix the idiom reimplement -> reinvent"
Browse files Browse the repository at this point in the history
This reverts commit 114f29b.

Thank you @rockymeza @cbg for this interesting debate.
  • Loading branch information
acatton committed Jul 24, 2015
1 parent 114f29b commit 0d4e717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ to files.
It only has four rules:

* Simple programming interface
* Don't reinvent the wheel. (It tries uses the ``subprocess`` standard
* Don't reimplement the wheel. (It tries uses the ``subprocess`` standard
module as much as possible)
* It only does one thing, and try to do it well.
* Use argument list instead of one command string.
Expand Down

1 comment on commit 0d4e717

@rockymeza
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

huzzah!

Please sign in to comment.