Skip to content

Commit

Permalink
Use """triple double quotes""" around docstrings. https://www.python.…
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored and chriddyp committed Nov 29, 2017
1 parent 5005b2b commit 454c597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/development/test_base_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@


def nested_tree():
'''This tree has a few unique properties:
"""This tree has a few unique properties:
- children is mixed strings and components (as in c2)
- children is just components (as in c)
- children is just strings (as in c1)
- children is just a single component (as in c3, c4)
- children contains numbers (as in c2)
- children contains "None" items (as in c2)
'''
"""
c1 = Component(
id='0.1.x.x.0',
children='string'
Expand Down

0 comments on commit 454c597

Please sign in to comment.