Conversation
It should be True instead of true. A user can write true by modifying the argument "False" in lines 18 and 24 . However that wont work , because the right keyword is "True". Hence the proposed change.
|
Thanks! |
|
Welcome @gregmalcolm , happy to be of help . I am a noob at opensource contributing . I would be grateful if you could guide me towards some more small bugs or issues that i might be able to fix as a beginner , or maybe give me some general advise . |
|
Thanks for the interest, but Python Koans is really low maintenance these days. Occasionally people report things as Issues but they usually boil down to suggestions that arn't necessarily the way to go. Most of tye PRs these days are spelling corrections or minor tweaks like this one. The most useful contribution honestly would be testing other peoples PRs as they come in and confirming if they work. |
|
Ok , thanks. I will do that. On Mon, Jan 25, 2016 at 10:15 PM, Greg Malcolm notifications@github.com
|
It should be True instead of true.
A user can write true by modifying the argument "False" in lines 17 and 23 in Python3 and lines 18 and 24 in Python2 files : "about_asserts.py". However that wont work , because the right keyword is "True". Hence the proposed change.