Skip to content

Commit 0743ba6

Browse files
authored
README LE
1 parent fc95463 commit 0743ba6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python-input-integer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# How to Read Python Input as Integers
22

3-
Here you can find code examples for the article [How to Read Python Input as Integers](https://realpython.com/python-input-integer/).
3+
Here you can find code examples for the tutorial [How to Read Python Input as Integers](https://realpython.com/python-input-integer/).
44

5-
The file [`number_input.py`](number_input.py) contains `get_integer()` discussed in the article plus some other utility functions for numeric input.
5+
The file [`number_input.py`](number_input.py) contains the `get_integer()` function discussed in the tutorial plus some other utility functions for numeric input.

0 commit comments

Comments
 (0)