We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb5441e + 880f491 commit 3e4c8ccCopy full SHA for 3e4c8cc
1 file changed
data/part-8/2-classes-and-objects.md
@@ -36,7 +36,7 @@ When some other type of object is declared, we need to call a special initializa
36
# we are using the class Fraction from the module fractions
37
from fractions import Fraction
38
39
-# create some new fraactions
+# create some new fractions
40
half = Fraction(1,2)
41
42
third = Fraction(1,3)
0 commit comments