Skip to content

Commit

Permalink
#176 fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelweinold committed Nov 25, 2024
1 parent fa3bca9 commit 853c2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/content/cheatsheet/importing.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Start with a basic project which has the correct set of elementary flows for you
```python
importer = bi.SingleOutputEcospold2Importer(
dirpath='<ecoinvent_database_zip_file>',
dbname='<database_name>'
db_name='<database_name>'
)
importer.apply_strategies()
importer.write_database()
Expand Down

0 comments on commit 853c2ec

Please sign in to comment.