Skip to content

Commit

Permalink
fixed function variables
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelweinold committed Jan 7, 2025
1 parent 9e1f48a commit 9a0329f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/content/cheatsheet/importing.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ See {py:obj}`bw2io.importers.ecospold2.SingleOutputEcospold2Importer` for additi
bi.import_ecoinvent_release(
version='<version_number>',
system_model='<system_model>',
ecoinvent_user='<ecoinvent_user_name>',
ecoinvent_password='<ecoinvent_password>'
username='<ecoinvent_user_name>',
password='<ecoinvent_password>'
)
```

Expand Down

0 comments on commit 9a0329f

Please sign in to comment.