Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
woehrl01 committed Jan 3, 2021
1 parent bb0d0be commit e0d5e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ from PyViCare.PyViCareHeatPump import HeatPump # heat pump

## Device Features / Errors

Depending on the device, some features are not available/supported. This results in a raising of a `PyViCareNotSupportedFeatureError` if the dedicated method is called. This is (mostly) likely not a bug, but a limitation of the device itself.
Depending on the device, some features are not available/supported. This results in a raising of a `PyViCareNotSupportedFeatureError` if the dedicated method is called. This is most likely not a bug, but a limitation of the device itself.

## Basic usage
Simple example:
Expand Down

0 comments on commit e0d5e88

Please sign in to comment.