diff --git a/serializing.html b/serializing.html index ccea6be..6c429f0 100644 --- a/serializing.html +++ b/serializing.html @@ -72,7 +72,7 @@ body{counter-reset:h1 13}
pickle module. Don’t read too much into these values.
-time module contains a data structure (time_struct) to represent a point in time (accurate to one millisecond) and functions to manipulate time structs. The strptime() function takes a formatted string an converts it to a time_struct. This string is in the default format, but you can control that with format codes. See the time module for more details.
+time module contains a data structure (struct_time) to represent a point in time (accurate to one millisecond) and functions to manipulate time structs. The strptime() function takes a formatted string an converts it to a struct_time. This string is in the default format, but you can control that with format codes. See the time module for more details.
That’s a handsome-looking Python dictionary. Let’s save it to a file.