Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruechert committed Feb 26, 2024
1 parent 4b64981 commit 4ddd045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def fetch(self, metadata: Path):
if not dest_path:
continue

print(f"Postproccing {region_name}-{source.name} with gtfstidy…")
print(f"Postprocessing {region_name}-{source.name} with gtfstidy…")
sys.stdout.flush()
self.postprocess(source, dest_path)

Expand Down

0 comments on commit 4ddd045

Please sign in to comment.