Skip to content

Commit f74c20d

Browse files
authored
Merge pull request #117 from thesethtruth/patch-1
Fix: Updating turbine data in getting started
2 parents 59835c3 + 15d877a commit f74c20d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/getting_started.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ To update your local files with the latest version of the `oedb turbine library
102102

103103
.. code:: python
104104
105-
from windpowerlib.wind_turbine import load_turbine_data_from_oedb
106-
load_turbine_data_from_oedb()
105+
from windpowerlib.data import store_turbine_data_from_oedb
106+
store_turbine_data_from_oedb()
107107
108108
If you find your turbine in the database it is very easy to use it in the
109109
windpowerlib
@@ -223,4 +223,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
223223
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
224224
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
225225
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
226-
SOFTWARE.
226+
SOFTWARE.

0 commit comments

Comments
 (0)