File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33### * PYTHON EDitor: edit lines via Python expressions*
44
5- > For Pythonistas tired of forgetting the syntax of ` sed ` /` awk ` /` grep ` /` tr ` .
5+ > For Pythonistas tired of forgetting the syntax of ` sed ` /` awk ` /` grep ` /` tr `
66
77### ⬇️ install
88``` bash
@@ -11,7 +11,7 @@ pip install pythoned
1111(it sets up ` pythoned ` in your PATH)
1212
1313### ✒️ edit
14- The provided Python expression must be an ` str ` . It manipulates the line available in the ` _: str ` variable:
14+ One must simply provide a Python ` str ` expression that manipulates the line in the ` _ ` variable (an ` str ` ) :
1515
1616``` bash
1717# get last char of each line
Original file line number Diff line number Diff line change 11# to show the CHANGELOG: git log -- version.py
2- __version__ = "0.0.2-rc "
2+ __version__ = "0.0.2"
You can’t perform that action at this time.
0 commit comments