diff --git a/pyrmv/raw/trip_recon.py b/pyrmv/raw/trip_recon.py index a5517ea..d5601e5 100644 --- a/pyrmv/raw/trip_recon.py +++ b/pyrmv/raw/trip_recon.py @@ -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.