-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new parse_fraction function for simple fractions added with test data (…
…#60) * new parse_fraction function for simple fractions added with test data * usage of fractional number in readme mentioned * usage of fractional number (a correction) in readme mentioned * valueError in other languages removed * changing README bullets and paragraph adding bullets in readme and changing introductory paragraph * update README renaming sections * formatting of line changed * extension of inline headers removed * minor wordings in README * pep8 guidelines and readability of code * new line after top-level function PEP8 guidelines
- Loading branch information
1 parent
18aa853
commit c834854
Showing
4 changed files
with
80 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
from number_parser.parser import parse, parse_number, parse_ordinal | ||
from number_parser.parser import parse, parse_number, parse_ordinal, parse_fraction |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters