Small typo fix

This commit is contained in:
Profitroll 2022-10-06 14:34:13 +02:00
parent 7e0d381523
commit 2a83b34631
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ def trip_recon(accessId: str,
trafficMessages: bool = None, # type: ignore
travellerProfileData: str = None # type: ignore
) -> 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
that the underlying data did not change.