Skip to content

Commit 9a0329f

Browse files
fixed function variables
1 parent 9e1f48a commit 9a0329f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/content/cheatsheet/importing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ See {py:obj}`bw2io.importers.ecospold2.SingleOutputEcospold2Importer` for additi
5050
bi.import_ecoinvent_release(
5151
version='<version_number>',
5252
system_model='<system_model>',
53-
ecoinvent_user='<ecoinvent_user_name>',
54-
ecoinvent_password='<ecoinvent_password>'
53+
username='<ecoinvent_user_name>',
54+
password='<ecoinvent_password>'
5555
)
5656
```
5757

0 commit comments

Comments
 (0)