Skip to content

Commit aac8124

Browse files
committed
Fix typo
1 parent c43023d commit aac8124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bw2io/importers/base_lci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ def match_database_against_only_available_in_given_context_tree(
463463
) -> None:
464464
"""
465465
For unlinked edges with a `categories` context `('a', 'b', ...)`, try to match against flows
466-
in `other_db_name` with `categories` context `('a', 'c'')` if that flow is the only one
466+
in `other_db_name` with `categories` context `('a', 'c')` if that flow is the only one
467467
available in `other_db_name` within the context tree `('a',)`.
468468
469469
Parameters

0 commit comments

Comments
 (0)