trekhleb / learn-python

📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All type casting docstrings are the same

fgiraldi opened this issue · comments

Minor issue.
All the functions docstrings at
https://github.com/trekhleb/learn-python/blob/master/src/data_types/test_type_casting.py
say """Type casting to integer"""

@fgiraldi thank you for reporting this! It is fixed now.