Skip to content

Commit e049766

Browse files
committed
Edited code-ch05/answers.py with Atlas code editor
1 parent 5f793e2 commit e049766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-ch05/answers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
# tag::exercise1[]
7777
==== Exercise 1
7878
79-
Write the version parsing part of the `parse` method that we've defined. To do this properly, you'll have to convert 4 bytes into a Little-Endian integer.
79+
Write the version parsing part of the `parse` method that we've defined. To do this properly, you'll have to convert 4 bytes into a little-endian integer.
8080
# end::exercise1[]
8181
# tag::answer1[]
8282
@classmethod

0 commit comments

Comments
 (0)