Skip to content

Commit 48e47c1

Browse files
BethanyGbobahop
authored andcommitted
Added Missing Close to Code Fence
Needed to close the Python code fence for the first block under `Representing Your Class`.
1 parent 7a587c4 commit 48e47c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exercises/practice/clock/.docs/instructions.append.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ For example, if you were to create a new `datetime.datetime` object in the Pytho
1212
>>> new_date = datetime(2022, 5, 4)
1313
>>> new_date
1414
datetime.datetime(2022, 5, 4, 0, 0)
15+
```
1516

1617
Your Clock `class` will create a custom `object` that handles times without dates.
1718
One important aspect of this `class` will be how it is represented as a _string_.

0 commit comments

Comments
 (0)