Changes between Version 35 and Version 36 of PyYAMLDocumentation
- Timestamp:
- 08/20/06 14:21:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PyYAMLDocumentation
v35 v36 78 78 79 79 If you want collections to be always serialized in the block style, set the parameter 80 '''`default_flow_style`''' of '''`dump()`''' to '''` True`'''. For instance,80 '''`default_flow_style`''' of '''`dump()`''' to '''`False`'''. For instance, 81 81 {{{ 82 82 #!python
