Skip to content

Fix grammar in declarative container documentation #915

@okotdaniel

Description

@okotdaniel

Description
There's a small grammatical error in the sentence:

"The declarative container can not have any methods or any other attributes then providers."

Problem

"can not" should be written as "cannot" (standard form).

"then" should be "than" (comparison, not sequence).

Optional style improvement: consider making the sentence clearer and more natural.

Proposed Fix
Update the sentence to:

"A declarative container cannot have any methods or attributes other than providers."

This change improves grammar, readability, and formality.

Additional Context
If this is in a .md, .rst, or code docstring file, I can make a small pull request to fix it.

I found this wile on this page:
https://python-dependency-injector.ets-labs.org/containers/declarative.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions