Skip to content

Commit 4e516a1

Browse files
authored
Fixes typo in Configuration.rst (#373)
This fixes a typo for the initial configuration from `'` to `"`
1 parent ea8a8aa commit 4e516a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ below.
3232
"cache_arguments": True,
3333
3434
# Flag controlling local serving of assets
35-
"serve_locally': False,
35+
"serve_locally": False,
3636
}
3737
3838
Defaults are inserted for missing values. It is also permissible to not have any ``PLOTLY_DASH`` entry in

0 commit comments

Comments
 (0)