We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1f48a commit 9a0329fCopy full SHA for 9a0329f
source/content/cheatsheet/importing.md
@@ -50,8 +50,8 @@ See {py:obj}`bw2io.importers.ecospold2.SingleOutputEcospold2Importer` for additi
50
bi.import_ecoinvent_release(
51
version='<version_number>',
52
system_model='<system_model>',
53
- ecoinvent_user='<ecoinvent_user_name>',
54
- ecoinvent_password='<ecoinvent_password>'
+ username='<ecoinvent_user_name>',
+ password='<ecoinvent_password>'
55
)
56
```
57
0 commit comments