Small typo fix
This commit is contained in:
parent
7e0d381523
commit
2a83b34631
@ -40,7 +40,7 @@ def trip_recon(accessId: str,
|
|||||||
trafficMessages: bool = None, # type: ignore
|
trafficMessages: bool = None, # type: ignore
|
||||||
travellerProfileData: str = None # type: ignore
|
travellerProfileData: str = None # type: ignore
|
||||||
) -> dict:
|
) -> dict:
|
||||||
"""Reconstructing a trip can be achieved using the resconstruction context provided by any trip result in the
|
"""Reconstructing a trip can be achieved using the reconstruction context provided by any trip result in the
|
||||||
ctxRecon attribute of Trip element. The result will be a true copy of the original trip search result given
|
ctxRecon attribute of Trip element. The result will be a true copy of the original trip search result given
|
||||||
that the underlying data did not change.
|
that the underlying data did not change.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user