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.
1 parent bf6c7db commit d66df06Copy full SHA for d66df06
chapter_14_simple_form.asciidoc
@@ -606,7 +606,7 @@ $ *grep -r id_new_item src/lists/*
606
----
607
608
Good, there are no references to `id_new_item` left--except maybe in some
609
-`*.pyc` files. If you see these, Python generates them for faster execution
+`*.pyc` files, which are safe to ignore.
610
and they will be regenerated when the code changes.
611
What about `name`/ `item_text`?
612
0 commit comments