Skip to content

Make bool literals lowercase #241

Description

@python-processing-unit

According to the specification section 4.0.1 Boolean literals:

The only bool literals are TRUE and FALSE.

Replace bool literal TRUE with true and FALSE with false.

Metadata

Metadata

Labels

documentationImprovements or additions to documentationenhancementNew feature or requestinterpreterRequires a code change in the interpreter.majorRequires a major version change.testSomething related to the test suite.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions