From 729191722a0d526cbd75cc7ce20aaaae3dd8fc68 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Thu, 24 Dec 2020 17:00:39 -0800 Subject: [PATCH] Fix typo --- plexpy/database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexpy/database.py b/plexpy/database.py index 073c2c68..cb89e465 100644 --- a/plexpy/database.py +++ b/plexpy/database.py @@ -228,7 +228,7 @@ def delete_rows_from_table(table, row_ids): if row_ids: logger.info("Tautulli Database :: Deleting row ids %s from %s database table", row_ids, table) - # SQlite verions prior to 3.32.0 (2020-05-22) have maximum variable limit of 999 + # SQlite versions prior to 3.32.0 (2020-05-22) have maximum variable limit of 999 # https://sqlite.org/limits.html sqlite_max_variable_number = 999