Skip to content

Commit 6c85877

Browse files
committed
minor improvement docs
1 parent 5a8234d commit 6c85877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timex_lca/timex_lca.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def __init__(
171171
def add_activities_to_time_mapping_dict(self) -> None:
172172
"""
173173
Adds all activities to `activity_time_mapping_dict`, an instance of `TimeMappingDict`.
174-
This gives a unique mapping in the form of (('database', 'code'), datetime_as_integer): time_mapping_id) that is later used to uniquely identify time-resolved processes.
174+
This gives a unique mapping in the form of {(('database', 'code'), datetime_as_integer): time_mapping_id} that is later used to uniquely identify time-resolved processes.
175175
176176
Parameters
177177
----------

0 commit comments

Comments
 (0)