Skip to content

Commit bc8b4fa

Browse files
committed
0.0.2
1 parent c82227c commit bc8b4fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# to show the CHANGELOG: git log -- version.py
2-
__version__ = "0.0.2-rc"
2+
__version__ = "0.0.2"

0 commit comments

Comments
 (0)