Skip to content

Commit d66df06

Browse files
authored
Update chapter_14_simple_form.asciidoc
1 parent bf6c7db commit d66df06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_14_simple_form.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ $ *grep -r id_new_item src/lists/*
606606
----
607607

608608
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
609+
`*.pyc` files, which are safe to ignore.
610610
and they will be regenerated when the code changes.
611611
What about `name`/ `item_text`?
612612

0 commit comments

Comments
 (0)