diff -r e074358157f4 -r ed79209469ad src/eric7/DebugClients/Python/coverage/numbits.py --- a/src/eric7/DebugClients/Python/coverage/numbits.py Sat Oct 01 17:30:55 2022 +0200 +++ b/src/eric7/DebugClients/Python/coverage/numbits.py Sat Oct 01 17:37:10 2022 +0200 @@ -142,8 +142,8 @@ conn = sqlite3.connect('example.db') register_sqlite_functions(conn) c = conn.cursor() - # Kind of a nonsense query: find all the files and contexts that - # executed line 47 in any file: + # Kind of a nonsense query: + # Find all the files and contexts that executed line 47 in any file: c.execute( "select file_id, context_id from line_bits where num_in_numbits(?, numbits)", (47,)