File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
logfire-api/logfire_api/_internal Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
224224SUPPRESS_INSTRUMENTATION_CONTEXT_KEYS = [
225225 # This is still used in some places in OTEL, and probably more in older versions.
226226 'suppress_instrumentation' ,
You can’t perform that action at this time.
0 commit comments