Skip to content

Commit

Permalink
docs: Fix typo in a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Apr 5, 2020
1 parent 3aa7761 commit 335814a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemathesis/_hypothesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def get_case_strategy(endpoint: Endpoint) -> st.SearchStrategy:
def filter_path_parameters(parameters: Dict[str, Any]) -> bool:
"""Single "." chars and empty strings "" are excluded from path by urllib3.
A path containing to "/" or "%2F" will lead to ambigious path resolution in
A path containing to "/" or "%2F" will lead to ambiguous path resolution in
many frameworks and libraries, such behaviour have been observed in both
WSGI and ASGI applications.
Expand Down

0 comments on commit 335814a

Please sign in to comment.