From 0018c360b2405f85f881b3399b5ab43758280360 Mon Sep 17 00:00:00 2001 From: Reuben Frankel Date: Wed, 7 Feb 2024 16:10:14 +0000 Subject: [PATCH] Rephrase `database_file` description --- tap_msaccess/tap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap_msaccess/tap.py b/tap_msaccess/tap.py index 716007b..a470e9d 100644 --- a/tap_msaccess/tap.py +++ b/tap_msaccess/tap.py @@ -25,7 +25,7 @@ class TapMSAccess(Tap): th.StringType, required=True, description=( - "Local or URL path to a Microsoft Access database `.mdb` or `.accdb` " + "Local path or URL to a Microsoft Access database `.mdb` or `.accdb` " "file" ), ),