teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

修正

2020/09/17 02:33

投稿

person
person

スコア224

title CHANGED
File without changes
body CHANGED
@@ -15,7 +15,7 @@
15
15
  print("__init__")
16
16
  def func(self):
17
17
  print("1")
18
- prrrint("test") # 関数名を間違えている。この例の場合は個々のエラーを知りたい
18
+ prrrint("test") # 関数名を間違えている。この例の場合はここのエラーを知りたい
19
19
  print("2")
20
20
 
21
21
  t = Test()

1

修正

2020/09/17 02:33

投稿

person
person

スコア224

title CHANGED
File without changes
body CHANGED
@@ -15,7 +15,7 @@
15
15
  print("__init__")
16
16
  def func(self):
17
17
  print("1")
18
- prrrint("test")
18
+ prrrint("test") # 関数名を間違えている。この例の場合は個々のエラーを知りたい
19
19
  print("2")
20
20
 
21
21
  t = Test()