nasa / apod-api

Astronomy Picture of the Day API service
Apache License 2.0
833 stars 162 forks source link

Fix missing leading character(s) in explanation #88

Open jgross11 opened 2 years ago

jgross11 commented 2 years ago

For today's (1/1/2022) explanation, the 'E' in 'Every' was being removed (similar behavior to #87).

strip removes individual leading / trailing characters that match, not just the whole word. Want to remove the whole word.