Skip to content

Commit af19aca

Browse files
committed
Fix typo in usage example
1 parent 98d8acc commit af19aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ you have basic knowledge of pandas it is easy to use any kind of data file.
151151
),
152152
}
153153
154-
my_turbine = WindTurbine(**my_turbine2)
154+
my_turbine = WindTurbine(**my_turbine_data)
155155
156156
See the `modelchain_example` for more information.
157157

0 commit comments

Comments
 (0)