File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### * PYTHON EDitor: edit lines via Python expressions*
4
4
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 `
6
6
7
7
### ⬇️ install
8
8
``` bash
@@ -11,7 +11,7 @@ pip install pythoned
11
11
(it sets up ` pythoned ` in your PATH)
12
12
13
13
### ✒️ 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 ` ) :
15
15
16
16
``` bash
17
17
# get last char of each line
Original file line number Diff line number Diff line change 1
1
# 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