py icon indicating copy to clipboard operation
py copied to clipboard

Typo error

Open Deepanshu2299 opened this issue 3 years ago • 0 comments

File path: py/TechTopics/CodingBestPractices/coding_best_practices.md Line of code: 130

Current: "return live above is so tricky and cryptic that it could give a headache to a person reading that code" Correct: "return line above is so tricky and cryptic that it could give a headache to a person reading that code"

Amendment: live ---> line

Deepanshu2299 avatar Mar 13 '22 09:03 Deepanshu2299