Skip to content

[BUG](api): fix grammar errors in validation error messages in types.py #7294

Description

@rtmalikian

Problem

Several validation error messages in chromadb/api/types.py contain grammar errors:

  1. Line 1238: "an list""a list" (in validate_where $in/$nin error)
  2. Line 1356: "a int""an int" (in validate_n_results error)
  3. Line 1269: "those type""those types" (in validate_where operand error)

Affected Files

  • chromadb/api/types.py — error message strings only, no logic changes

Proposed Fix

Fix the three grammar errors in the error message strings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions