mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
Use triple double quotes instead of triple single quotes
This commit is contained in:
parent
eb38ee3b88
commit
1c3ac71bab
1 changed files with 2 additions and 2 deletions
|
|
@ -66,11 +66,11 @@ def sort_xml_elements(tree):
|
|||
|
||||
|
||||
def clean_xml_indentation(element, level=0):
|
||||
'''
|
||||
"""
|
||||
copy and paste from http://effbot.org/zone/elementent-lib.htm#prettyprint
|
||||
it basically walks your tree and adds spaces and newlines so the tree is
|
||||
printed in a nice way
|
||||
'''
|
||||
"""
|
||||
|
||||
i = "\n" + level*" "
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue