回答編集履歴
1
書式改善
answer
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
```Python
|
|
2
2
|
def insert_comit(self, id, comit_date):
|
|
3
3
|
comit = self.insert(id,comit_date)
|
|
4
|
-
self.__commit(comiytsble)
|
|
4
|
+
self.__commit(comiytsble)
|
|
5
|
+
```
|
|
5
6
|
insertに渡す引数がおかしいのでは?
|