Merge pull request #814 from monchitos82/master

Adding a reminder for preventing a misuse of the example in "common g…
This commit is contained in:
2017-04-25 11:55:03 -04:00
committed by GitHub
+1
View File
@@ -76,6 +76,7 @@ signal that no argument was provided (:py:data:`None` is often a good choice).
to.append(element)
return to
Do not forget, you are passing a *list* object as the second argument.
When the Gotcha Isn't a Gotcha
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~