Update why.rst (#57)

Fix of obvious typo.
This commit is contained in:
Rosslaew 2016-08-15 11:03:18 +03:00 committed by Hynek Schlawack
parent 2f9826c8dd
commit 65f3f4ad44
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Readability
What makes more sense while debugging::
Point(x=1, x=2)
Point(x=1, y=2)
or::