Skip to content

Commit

Permalink
Fix a few typos with codespell (#816)
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Colvin <[email protected]>
  • Loading branch information
yarikoptic and samuelcolvin authored Jan 24, 2025
1 parent 257772a commit f4d2c63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion logfire-api/logfire_api/_internal/config.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ class LogfireCredentials:
project_name: The default name of the project.
Returns:
The created project informations.
The created project information.
Raises:
LogfireConfigError: If there was an error creating projects.
Expand Down
2 changes: 1 addition & 1 deletion logfire/_internal/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1378,7 +1378,7 @@ def create_new_project(
project_name: The default name of the project.
Returns:
The created project informations.
The created project information.
Raises:
LogfireConfigError: If there was an error creating projects.
Expand Down
2 changes: 1 addition & 1 deletion logfire/_internal/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def get_version(version: str) -> Version:
return Version(version) # type: ignore


# OTEL uses two different keys to supress instrumentation. We need to check both.
# OTEL uses two different keys to suppress instrumentation. We need to check both.
SUPPRESS_INSTRUMENTATION_CONTEXT_KEYS = [
# This is still used in some places in OTEL, and probably more in older versions.
'suppress_instrumentation',
Expand Down

0 comments on commit f4d2c63

Please sign in to comment.