Skip to content

Commit 31f97ef

Browse files
authored
Renamed samples folder and added a README file
1 parent 02f2099 commit 31f97ef

8 files changed

+2
-0
lines changed

type-hint-arrow-samples/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
What Does -> Mean in Python Function Definitions?
2+
This folder provides the code examples for the Real Python tutorial [What Does -> Mean in Python Function Definitions?](https://realpython.com/what-does-mean-in-python-function-definitions/)

type_hint_arrow_samples/dictionary_return_type_example.py renamed to type-hint-arrow-samples/dictionary_return_type_example.py

File renamed without changes.
File renamed without changes.
File renamed without changes.

type_hint_arrow_samples/mismatched_return_type_example.py renamed to type-hint-arrow-samples/mismatched_return_type_example.py

File renamed without changes.

type_hint_arrow_samples/none_return_type_hint_example.py renamed to type-hint-arrow-samples/none_return_type_hint_example.py

File renamed without changes.
File renamed without changes.

type_hint_arrow_samples/str_return_type_hint_example.py renamed to type-hint-arrow-samples/str_return_type_hint_example.py

File renamed without changes.

0 commit comments

Comments
 (0)