Skip to content

Commit

Permalink
Merge pull request #2468 from plotly/update-docstring
Browse files Browse the repository at this point in the history
Update docstring for `pages_folder`
  • Loading branch information
T4rk1n authored Apr 20, 2023
2 parents 02e16e0 + 69b3d5d commit 833f72d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dash/dash.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ class Dash:
requested.
:type assets_folder: string
:param pages_folder: a path, relative to the current working directory,
for pages of a multi-page app. Default ``'pages'``.
:type pages_folder: string
:param pages_folder: a relative or absolute path for pages of a multi-page app.
Default ``'pages'``.
:type pages_folder: string or pathlib.Path
:param use_pages: When True, the ``pages`` feature for multi-page apps is
enabled. If you set a non-default ``pages_folder`` this will be inferred
Expand Down

0 comments on commit 833f72d

Please sign in to comment.