Skip to content

Fix a typo and two copy-pasted docstrings in the telemetry module - #80

Open
Avicennasis wants to merge 1 commit into
PriorLabs:mainfrom
Avicennasis:docs/fix-typos
Open

Fix a typo and two copy-pasted docstrings in the telemetry module#80
Avicennasis wants to merge 1 commit into
PriorLabs:mainfrom
Avicennasis:docs/fix-typos

Conversation

@Avicennasis

Copy link
Copy Markdown

Summary

Three comment/docstring fixes, no functional changes.

  • src/tabpfn_common_utils/telemetry/core/service.py: # Supress warnings -> # Suppress warnings (the block comment two lines above already spells it "Suppress").
  • src/tabpfn_common_utils/telemetry/interactive/prompts/identity.py (_should_prompt): "Check if the user should be prompted to subscribe to the newsletter." -> "...to share anonymous usage analytics." The line is copied from newsletter.py; this module is the identity/analytics prompt (kind="identity", title "Share anonymous usage analytics?").
  • src/tabpfn_common_utils/telemetry/interactive/prompts/identity.py (_on_done): "Done callback for newsletter prompt." -> "Done callback for identity prompt."

The matching lines in prompts/newsletter.py are correct there and were left untouched. Comments and docstrings only - ruff/pyright behaviour is unaffected.

- telemetry/core/service.py: 'Supress' -> 'Suppress'
- telemetry/interactive/prompts/identity.py: two docstrings copied from
  newsletter.py now describe the identity prompt

Comments and docstrings only; no functional changes.

Signed-off-by: Léon Avic Simmons <Avicennasis@gmail.com>
@Avicennasis
Avicennasis requested a review from a team as a code owner September 7, 2026 09:20
@Avicennasis
Avicennasis requested review from anuragg1209 and removed request for a team September 7, 2026 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant