Skip to content

Commit f4d2c63

Browse files
Fix a few typos with codespell (#816)
Co-authored-by: Samuel Colvin <[email protected]>
1 parent 257772a commit f4d2c63

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

logfire-api/logfire_api/_internal/config.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ class LogfireCredentials:
286286
project_name: The default name of the project.
287287
288288
Returns:
289-
The created project informations.
289+
The created project information.
290290
291291
Raises:
292292
LogfireConfigError: If there was an error creating projects.

logfire/_internal/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1378,7 +1378,7 @@ def create_new_project(
13781378
project_name: The default name of the project.
13791379
13801380
Returns:
1381-
The created project informations.
1381+
The created project information.
13821382
13831383
Raises:
13841384
LogfireConfigError: If there was an error creating projects.

logfire/_internal/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def get_version(version: str) -> Version:
220220
return Version(version) # type: ignore
221221

222222

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

0 commit comments

Comments
 (0)