antoinecarme / pyaf

PyAF is an Open Source Python library for Automatic Time Series Forecasting built on top of popular pydata modules.
BSD 3-Clause "New" or "Revised" License
457 stars 73 forks source link

Cleanup of README file #174

Closed shaido987 closed 3 years ago

shaido987 commented 3 years ago

The README.md file has some (minor) grammatical and punctuation issues that interrupt the reading flow. Some examples:

For the Python example code in the README, PEP8 recommends not using spaces around the = sign when used to indicate keyword arguments.

The above are all very minor and low priority issues but fixing them can be done without any large effort.

antoinecarme commented 3 years ago

@shaido987

Thanks a lot. These changes are of course valuable for PyAF users.

I will review the pull request.

antoinecarme commented 3 years ago

Related pull request :

173

antoinecarme commented 3 years ago

@shaido987

I assigned this issue to you. Up to you to close it.

shaido987 commented 3 years ago

@antoinecarme

Sure, I will close it for now as the PR is merged. If there is anything more in the future I will open up a new issue.

antoinecarme commented 3 years ago

Perfect!! Thanks a lot.