Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/openai/_utils/_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def path_template(template: str, /, **kwargs: Any) -> str:
Placeholders in path and fragment portions are percent-encoded where the `segment`
and `fragment` sets from RFC 3986 respectively are considered safe.
Placeholders in the query portion are percent-encoded where the `query` set from
RFC 3986 §3.3 is considered safe except for = and & characters.
RFC 3986 §3.4 is considered safe except for = and & characters.

Raises:
KeyError: If a placeholder is not found in `kwargs`.
Expand Down