@@ -49,7 +49,7 @@ supports standard YAML tags and provides Python-specific tags that allow
49
49
to represent an arbitrary Python object.
50
50
51
51
PyYAML is applicable for a broad range of tasks from complex
52
- configuration files to object serialization and persistance .
52
+ configuration files to object serialization and persistence .
53
53
54
54
55
55
Example
@@ -61,17 +61,17 @@ Example
61
61
... name: PyYAML
62
62
... description: YAML parser and emitter for Python
63
63
... homepage: http://pyyaml.org/wiki/PyYAML
64
- ... keywords: [YAML, serialization, configuration, persistance , pickle]
64
+ ... keywords: [YAML, serialization, configuration, persistence , pickle]
65
65
... """)
66
- {'keywords': ['YAML', 'serialization', 'configuration', 'persistance ',
66
+ {'keywords': ['YAML', 'serialization', 'configuration', 'persistence ',
67
67
'pickle'], 'homepage': 'http://pyyaml.org/wiki/PyYAML', 'description':
68
68
'YAML parser and emitter for Python', 'name': 'PyYAML'}
69
69
70
70
>>> print yaml.dump(_)
71
71
name: PyYAML
72
72
homepage: http://pyyaml.org/wiki/PyYAML
73
73
description: YAML parser and emitter for Python
74
- keywords: [YAML, serialization, configuration, persistance , pickle]
74
+ keywords: [YAML, serialization, configuration, persistence , pickle]
75
75
76
76
77
77
Copyright
0 commit comments