Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 072f685

Browse files
arahman010norvig
authored andcommitted
Typo: 'logic_test.py' -> 'test_logic.py' in README.md fixed (aimacode#425) (aimacode#426)
* 'test_logic.py typo fixed(aimacode#425) * typo 'logic_test.py' fixed(aimacode#425)
1 parent 085f10e commit 072f685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ When complete, this project will have Python code for all the pseudocode algorit
1818

1919
- `logic.py`: Implementations of all the pseudocode algorithms, and necessary support functions/classes/data.
2020
- `logic.ipynb`: A Jupyter (IPython) notebook that explains and gives examples of how to use the code.
21-
- `tests/logic_test.py`: A lightweight test suite, using `assert` statements, designed for use with [`py.test`](http://pytest.org/latest/), but also usable on their own.
21+
- `tests/test_logic.py`: A lightweight test suite, using `assert` statements, designed for use with [`py.test`](http://pytest.org/latest/), but also usable on their own.
2222

2323
# Index of Algorithms
2424

0 commit comments

Comments
 (0)