* Fix typo

* updating DIRECTORY.md
This commit is contained in:
Christian Clauss
2020-01-27 22:09:47 +01:00
committed by John Law
parent 5c7d7782b0
commit bef74d0ecc
2 changed files with 9 additions and 1 deletions

View File

@ -17,4 +17,4 @@
* [ ] All function parameters and return values are annotated with Python [type hints](https://docs.python.org/3/library/typing.html).
* [ ] All functions have [doctests](https://docs.python.org/3/library/doctest.html) that pass the automated testing.
* [ ] All new algorithms have a URL in its comments that points to Wikipedia or other similar explanation.
* [ ] If this issues resolves an open issue then the commit message contains `Fixes: #{$ISSUE_NO}` for auto cleanup.
* [ ] If this pull request resolves one or more open issues then the commit message contains `Fixes: #{$ISSUE_NO}`.