Skip to content

Commit 3ca23de

Browse files
authored
Fix docstring typo found in code review
1 parent 4da69ff commit 3ca23de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

activitysim/core/skim_dict_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def __init__(self, state, skim_tag, network_los):
6868
skim_data_shape: 3D tuple (num_skims, omx_shape[0], omx_shape[1]) if ROW_MAJOR_LAYOUT
6969
offset_map: dict or None 1D ndarray as returned by omx_file.mapentries, if omx file has
7070
mappings, or the (sorted) zone ids found in a parquet skim file
71-
offset_map_name: str name of offset_map in omx_filecorresponding to offset_map, if there was one
71+
offset_map_name: str name of offset_map in omx_file corresponding to offset_map, if there was one
7272
omx_keys: dict dict mapping skim key (str or tuple) to skim key in omx file
7373
{DISTWALK: DISTWALK,
7474
('DRV_COM_WLK_BOARDS', 'AM'): DRV_COM_WLK_BOARDS__AM, ...}

0 commit comments

Comments
 (0)