Skip to content

Commit 4a9b353

Browse files
committed
fixes
1 parent 1a06009 commit 4a9b353

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

python/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# Python features examples by releases
1+
# Python feature examples by release
22

33
## [2.0 - 2.3](2.3.py), [2.4](2.4.py), [2.5](2.5.py), [2.6](2.6.py), [2.7](2.7.py)
44
## [3.0](3.0.py), [3.1](3.1.py), [3.2](3.2.py), [3.3](3.3.py), [3.4](3.4.py), [3.5](3.5.py), [3.6](3.6.py), [3.7](3.7.py), [3.8](3.8.py), [3.9](3.9.py), [3.10](3.10.py), [3.11](3.11.py), [3.12](3.12.py), [3.13](3.13.py)
55

66
## Features
7-
* Minimal and practical self descriptive as possible source code.
8-
(Please read references for explanations)
9-
* Complete and ready to copy-paste into an your application.
10-
* Runnable in-place. (No need to copy paste snippets from documentation
7+
* Minimal and practical, as self-descriptive as possible source code
8+
(please read references for explanations)
9+
* Complete and ready to copy-paste into your application
10+
* Runnable in place (no need to copy-paste snippets from documentation
1111
into an interpreter)
12-
* Verifiable. Internal tests provides reliability and durability. You can easily add
13-
new features and run tests to assure code validity.
12+
* Verifiable. Internal tests provide reliability and durability. You can easily add
13+
new features and run tests to ensure code validity
1414

1515
## Usage
16-
* Read sources
16+
* Read the sources
1717
* 'assert' statements in the sources show expected results
18-
* Run 'make' or any example manually for validation and unit testing
18+
* Run `make` to execute all examples, or run any example script manually (e.g., `./3.13.py`)
1919
* Improvements and new features are welcome
2020

2121
## References

0 commit comments

Comments
 (0)