Skip to content

Commit 5f793e2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: code-ch04/answers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
# tag::exercise7[]
161161
==== Exercise 7
162162
163-
Write a function `little_endian_to_int` that takes Python bytes, interprets those bytes in Little-Endian, and returns the number.
163+
Write a function `little_endian_to_int` that takes Python bytes, interprets those bytes in little-endian, and returns the number.
164164
# end::exercise7[]
165165
'''
166166

0 commit comments

Comments
 (0)