From 1196505c1f1e41f1097ce5c786370e42c745d9b7 Mon Sep 17 00:00:00 2001 From: CSnap Date: Sun, 19 Nov 2023 04:53:53 +0000 Subject: [PATCH] Still trying to fix ToC in Python sheet. --- python.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/python.md b/python.md index f059857..746d338 100644 --- a/python.md +++ b/python.md @@ -16,16 +16,16 @@ 12. [Exception Handling](#exception-handling) 13. [Classes and Objects](#classes-and-objects) 14. [SQLite3 Database Connection](#sqlite3-database-connection) - 14.1 [Connecting to a Database](#connecting-to-a-database) - 14.2 [Creating a Table](#creating-a-table) - 14.3 [Inserting Data](#inserting-data) - 14.4 [Querying Data](#querying-data) - 14.5 [Updating Data](#updating-data) - 14.6 [Deleting Data](#deleting-data) - 14.7 [Closing the Connection](#closing-the-connection) + - 14.1 [Connecting to a Database](#connecting-to-a-database) + - 14.2 [Creating a Table](#creating-a-table) + - 14.3 [Inserting Data](#inserting-data) + - 14.4 [Querying Data](#querying-data) + - 14.5 [Updating Data](#updating-data) + - 14.6 [Deleting Data](#deleting-data) + - 14.7 [Closing the Connection](#closing-the-connection) 15. [JSON Data Connection](#json-data-connection) - 15.1 [Loading JSON Data](#loading-json-data) - 15.2 [Writing JSON Data](#writing-json-data) + - 15.1 [Loading JSON Data](#loading-json-data) + - 15.2 [Writing JSON Data](#writing-json-data) ## Variables