Skip to content

Commit 853c2ec

Browse files
#176 fixed typo
1 parent fa3bca9 commit 853c2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/content/cheatsheet/importing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Start with a basic project which has the correct set of elementary flows for you
7070
```python
7171
importer = bi.SingleOutputEcospold2Importer(
7272
dirpath='<ecoinvent_database_zip_file>',
73-
dbname='<database_name>'
73+
db_name='<database_name>'
7474
)
7575
importer.apply_strategies()
7676
importer.write_database()

0 commit comments

Comments
 (0)