Skip to content

fix: duplicated "the" in embeddings_queue docstring#7077

Open
quyentonndbs wants to merge 1 commit into
chroma-core:mainfrom
quyentonndbs:fix/duplicated-the-in-embeddings-queue-docstring
Open

fix: duplicated "the" in embeddings_queue docstring#7077
quyentonndbs wants to merge 1 commit into
chroma-core:mainfrom
quyentonndbs:fix/duplicated-the-in-embeddings-queue-docstring

Conversation

@quyentonndbs
Copy link
Copy Markdown

One-line typo fix in chromadb/db/mixins/embeddings_queue.py: "implementation does not actively listen to the the database for new records added by" → "...listen to the database for new records added by". No code/behavior change.

Signed-off-by: Kai Tanaka <275430420+quyentonndbs@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown

Reviewer Checklist

Please leverage this checklist to ensure your code review is thorough before approving

Testing, Bugs, Errors, Logs, Documentation

  • Can you think of any use case in which the code does not behave as intended? Have they been tested?
  • Can you think of any inputs or external events that could break the code? Is user input validated and safe? Have they been tested?
  • If appropriate, are there adequate property based tests?
  • If appropriate, are there adequate unit tests?
  • Should any logging, debugging, tracing information be added or removed?
  • Are error messages user-friendly?
  • Have all documentation changes needed been made?
  • Have all non-obvious changes been commented?

System Compatibility

  • Are there any potential impacts on other parts of the system or backward compatibility?
  • Does this change intersect with any items on our roadmap, and if so, is there a plan for fitting them together?

Quality

  • Is this code of a unexpectedly high quality (Readability, Modularity, Intuitiveness)

@propel-code-bot
Copy link
Copy Markdown
Contributor

Fix duplicated word in SqlEmbeddingsQueue docstring

This PR makes a one-line documentation-only edit in chromadb/db/mixins/embeddings_queue.py, correcting a typo in the SqlEmbeddingsQueue class docstring (the thethe).

There are no logic, API, behavior, or configuration changes; the update only improves readability and clarity of inline documentation.

This summary was automatically generated by @propel-code-bot

Copy link
Copy Markdown
Contributor

@propel-code-bot propel-code-bot Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review found no issues; this is a safe, documentation-only typo fix with no behavioral impact.

Status: No Issues Found | Risk: Low

Review Details

📁 1 files reviewed | 💬 0 comments

Instruction Files
├── AGENTS.md
└── CLAUDE.md

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