Skip to content

Commit f93493b

Browse files
author
sina hosseinizad
committed
Typo
1 parent fc7f2a3 commit f93493b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/04_Classes_objects/02_Inheritance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ inheritance instead.
277277

278278
To start, focus on the steps that are involved in a creating a table.
279279
At the top of the table is a set of table headers. After that, rows
280-
of table data appear. Let's take those steps and and put them into
280+
of table data appear. Let's take those steps and put them into
281281
their own class. Create a file called `tableformat.py` and define the
282282
following class:
283283

0 commit comments

Comments
 (0)