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