Commit 46321547 authored by Romain Courteaud's avatar Romain Courteaud Committed by Sebastien Robin

Typo

parent 3f897e91
...@@ -499,7 +499,7 @@ elif (mode == \'root\') or (mode == \'traverse\'):\n ...@@ -499,7 +499,7 @@ elif (mode == \'root\') or (mode == \'traverse\'):\n
if (property_value is not None):\n if (property_value is not None):\n
if same_type(property_value, DateTime()):\n if same_type(property_value, DateTime()):\n
# Serialize DateTime\n # Serialize DateTime\n
property_value = rfc822()\n property_value = property_value.rfc822()\n
result_dict[property_name] = property_value \n result_dict[property_name] = property_value \n
\n \n
##############\n ##############\n
......
17 18
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment