From 752aca24bae6b4ffee0baa3cfbbb4323543dcce3 Mon Sep 17 00:00:00 2001 From: "IWAI, Masaharu" Date: Thu, 9 Jun 2016 15:27:08 +0900 Subject: [PATCH] Fix syntax --- intro/tutorial02.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro/tutorial02.txt b/intro/tutorial02.txt index 8a81912..2f5d563 100644 --- a/intro/tutorial02.txt +++ b/intro/tutorial02.txt @@ -265,7 +265,7 @@ OK、 Poll の管理サイトページはできました。しかし ``Poll`` 今のところは。 この問題の解決法は二つあります。一つ目は、 ``Poll`` と同様、以下のようにし - て ``Choice`` モデルを管理サイトに登録するというものです:: +て ``Choice`` モデルを管理サイトに登録するというものです:: from polls.models import Choice