We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83d1fd4 + 6e0c78d commit e324776Copy full SHA for e324776
docs/writing/gotchas.rst
@@ -76,6 +76,7 @@ signal that no argument was provided (:py:data:`None` is often a good choice).
76
to.append(element)
77
return to
78
79
+Do not forget, you are passing a *list* object as the second argument.
80
81
When the Gotcha Isn't a Gotcha
82
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments