Skip to content

Commit 5ac5962

Browse files
jbamptonchriddyp
authored andcommitted
Fix multi line docstring: one blank line required between summary line and description. https://www.python.org/dev/peps/pep-0257/#multi-line-docstrings
1 parent 95a133d commit 5ac5962

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dash/_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
class AttributeDict(dict):
22
"""
33
Dictionary subclass enabling attribute lookup/assignment of keys/values.
4+
45
For example::
56
>>> m = AttributeDict({'foo': 'bar'})
67
>>> m.foo

0 commit comments

Comments
 (0)