Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Sep 2, 2024
1 parent c43023d commit aac8124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bw2io/importers/base_lci.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ def match_database_against_only_available_in_given_context_tree(
) -> None:
"""
For unlinked edges with a `categories` context `('a', 'b', ...)`, try to match against flows
in `other_db_name` with `categories` context `('a', 'c'')` if that flow is the only one
in `other_db_name` with `categories` context `('a', 'c')` if that flow is the only one
available in `other_db_name` within the context tree `('a',)`.
Parameters
Expand Down

0 comments on commit aac8124

Please sign in to comment.