Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for filepath headers has too many backticks #98

Open
martinthomas opened this issue Aug 26, 2023 · 0 comments
Open

Documentation for filepath headers has too many backticks #98

martinthomas opened this issue Aug 26, 2023 · 0 comments

Comments

@martinthomas
Copy link

Minor defect in documentation:
The example for FLASKS3_FILEPATH_HEADERS encloses the header list in back-ticks and makes it a string when it should be a dictionary as seen in the comment above.

Wrong (from docs):
{r'.txt$': {‘Texted-Up-By’: ‘Mister Foo’} }

Right:
{r'.txt$': {‘Texted-Up-By’: ‘Mister Foo’}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant