Jaseibert / QualtricsAPI

QualtricsAPI is a lightweight Python Package for the Qualtrics API.
https://www.qualtricsapi-pydocs.com
MIT License
20 stars 15 forks source link

Fixing a typo in the available keys, forgetting the comma. Also, shortening the documentation requirements on valid keys #19

Open TheDarkTrumpet opened 2 months ago

TheDarkTrumpet commented 2 months ago

This pull request deals with two things:

  1. 'breakoutSets' within the get_survey_responses method didn't have a comma. This caused it to blend with the line below, and it was being raised.
  2. The documentation between the allowed arguments and the response from the raise statement was inconsistent. Instead of typing each argument manually, I joined the available options together. This will keep the raise consistent without the need to update in two spots.