From 2a83b3463194781966bb8425923ae7f4fa2c2be4 Mon Sep 17 00:00:00 2001 From: profitroll Date: Thu, 6 Oct 2022 14:34:13 +0200 Subject: [PATCH] Small typo fix --- pyrmv/raw/trip_recon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.