From 067edde170a02237222bf3d71653f3e31afd713c Mon Sep 17 00:00:00 2001 From: Hamidbekk <73039020+Hamidbekk@users.noreply.github.com> Date: Sun, 18 Dec 2022 00:35:54 +0500 Subject: [PATCH] spelling mistake in 15th line. Must be __init__ My first use of github --- 29-klass/javoblar-29-01.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/29-klass/javoblar-29-01.py b/29-klass/javoblar-29-01.py index fbf44d2..d9bb3ac 100644 --- a/29-klass/javoblar-29-01.py +++ b/29-klass/javoblar-29-01.py @@ -12,7 +12,7 @@ class Car: - def __init___(self, make, model, rang, korobka, narh): + def __init__(self, make, model, rang, korobka, narh): self.make = make self.model = model self.rang = rang