Skip to content

Commit 150a69d

Browse files
Birgit SchachlerBirgit Schachler
authored andcommitted
Fix typo
1 parent c9ae085 commit 150a69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/basic_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def read_weather_data(filename, datetime_column='Unnamed: 0',
7575
enerconE126 = {
7676
'hub_height': 135,
7777
'd_rotor': 127,
78-
'fetch_curve': 'P', # 'P' vor p-curve and 'cp' for cp-curve
78+
'fetch_curve': 'P', # 'P' for p-curve and 'cp' for cp-curve
7979
'turbine_name': 'ENERCON E 126 7500'} # Turbine name as in register. Use
8080
# wind_turbine.get_turbine_types()
8181
# for a full list.

0 commit comments

Comments
 (0)