billdeitrick / pypco

A Python client for the Planning Center Online API.
MIT License
39 stars 13 forks source link

Minor Copy Errors in pypco/models/services.py #7

Closed Chalta closed 6 years ago

Chalta commented 6 years ago

Rehearsal misspelled in ENDPOINT_NAME:

class SplitTeamRehearsalAssignment(ServicesModel): ENDPOINT_NAME = 'split_team_rehersal_assignments' # noqa: E701,E302,E501

Copy/paste error in name in initial comment.

Models for PCO people.

billdeitrick commented 6 years ago

Fixed. Thanks for reporting this!

pastorhudson commented 6 years ago

Thanks @Chalta!