jonathanhaigh / multiconfparse

Python 3 library for obtaining configuration from multiple sources
MIT License
1 stars 1 forks source link

Rename `ConfigSpec` to `Action` #81

Closed jonathanhaigh closed 4 years ago

jonathanhaigh commented 4 years ago

ConfigSpec does describe the class well - it represents the specification of a config item. From the user's perspective, however, it might seem a bit strange, since the only time the user sees the class is when reading about or implementing actions. Rename ConfigSpec to Action to, hopefully, reduce confusion.