Skip to content

Make python properties singular #9

Description

@mphoward

Python properties are currently all pluralized like:

ig.volumes['A'] = 1.0

I think they would be more convenient if they were singular like:

ig.volume['A'] = 1.0

This is a cosmetic change.

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