Skip to content

Commit 3e4c8cc

Browse files
authored
Merge pull request #19 from maratnugmanov/patch-4
Update 2-classes-and-objects.md
2 parents cb5441e + 880f491 commit 3e4c8cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/part-8/2-classes-and-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ When some other type of object is declared, we need to call a special initializa
3636
# we are using the class Fraction from the module fractions
3737
from fractions import Fraction
3838

39-
# create some new fraactions
39+
# create some new fractions
4040
half = Fraction(1,2)
4141

4242
third = Fraction(1,3)

0 commit comments

Comments
 (0)