Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 1b3dad8

Browse files
jbamptonchriddyp
authored andcommitted
Use triple double quotes for docstrings
1 parent de851a0 commit 1b3dad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ dt.DataTable(
3939
# 2. Update rows in a callback
4040
@app.callback(Output('datatable', 'rows'), [Input('field-dropdown', 'value')])
4141
def update_datatable(user_selection):
42-
'''
42+
"""
4343
For user selections, return the relevant table
44-
'''
44+
"""
4545
if user_selection == 'Summary':
4646
return DATA.to_dict('records')
4747
else:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /