Skip to content

Commit 9375930

Browse files
authored
de-serialize --> deserialize
1 parent 7d65e97 commit 9375930

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python-operator-module/calculate_modulus_deserialize_failed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# De-serialize the function unsuccessfully.
1+
# Deserialize the function unsuccessfully.
22

33
import pickle
44

python-operator-module/calculate_modulus_deserialize_fixed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# De-serialize the function successfully.
1+
# Deserialize the function successfully.
22

33
import pickle
44

0 commit comments

Comments
 (0)