Skip to content

[Docs] Quickstart configuration examples have inconsistent python_version. #3929

Open
@aaronweeden

Description

@aaronweeden

Summary

There is an inconsistency in the three examples below (< vs. == and spaces around the operator vs. not). I would suggest making them consistent.

'importlib-metadata; python_version<"3.8"',

importlib-metadata; python_version < "3.8"

'importlib-metadata; python_version == "3.8"',

OS / Environment

No response

Additional Information

Consistency will make the similarity and differences in syntax more clear.

Code of Conduct

  • I agree to follow the PSF Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    Needs TriageIssues that need to be evaluated for severity and status.documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions