Changes between Version 34 and Version 35 of PyYAMLDocumentation
- Timestamp:
- 08/20/06 14:20:28 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PyYAMLDocumentation
v34 v35 77 77 Otherwise it will have the flow style. 78 78 79 If you want collections to be always serialized in a block style, use the80 '''`default_flow_style`''' parameter of '''`dump()`'''. For instance,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, 81 81 {{{ 82 82 #!python
