Bouni / python-luxtronik

python-luxtronik is a library that allow you to interact with a Luxtronik heatpump controller.
MIT License
37 stars 20 forks source link

Fix several typos throughout code base #40

Closed kbabioch closed 1 year ago

kbabioch commented 1 year ago

This addresses several typos in the strings throughout the code base (code list mappings, log messages, docstrings, etc.).

kbabioch commented 1 year ago

Also fixed the merge conflict here due to changes in #39, should be merge-able also now.

Bouni commented 1 year ago

Lgtm

kbabioch commented 1 year ago

Lgtm

Then feel free to go ahead with the merge :-).

I have some more changes regarding the README.md in the pipeline, but those are a general improvement of the documentation and not related to this one here. From my point of view this MR is as ready as it will get :-).

Bouni commented 1 year ago

I'm not near a computer and GitHub mobile refuse to rebase and merge

kbabioch commented 1 year ago

Ah, now I understand the problem. I've rebased this change set on top of your current main, so no further rebasing needed. Should be possible to merge this by simply pressing the button. Of course, only do so when you're ready / available.