Skip to content

Commit

Permalink
Merge pull request #2238 from hongkuancn/fix
Browse files Browse the repository at this point in the history
fix typo and grammar mistake
  • Loading branch information
davidism committed Sep 22, 2021
2 parents d7c4f91 + 60e8327 commit fb7ddd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/werkzeug/filesystem.py
Expand Up @@ -37,7 +37,7 @@ def get_filesystem_encoding() -> str:
because it might be different. See :ref:`filesystem-encoding` for the exact
behavior.
The concept of a filesystem encoding in generally is not something you
The concept of a filesystem encoding in general is not something you
should rely on. As such if you ever need to use this function except for
writing wrapper code reconsider.
"""
Expand Down
2 changes: 1 addition & 1 deletion src/werkzeug/test.py
Expand Up @@ -322,7 +322,7 @@ class EnvironBuilder:
.. versionadded:: 0.15
The environ has keys ``REQUEST_URI`` and ``RAW_URI`` containing
the path before perecent-decoding. This is not part of the WSGI
the path before percent-decoding. This is not part of the WSGI
PEP, but many WSGI servers include it.
.. versionchanged:: 0.6
Expand Down

0 comments on commit fb7ddd8

Please sign in to comment.