Skip to content

Commit

Permalink
Fix documentation for MySQL instrumentation (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias authored Sep 7, 2021
1 parent 0e5853b commit 984f5cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
cnx = mysql.connector.connect(database="MySQL_Database")
cursor = cnx.cursor()
cursor.execute("INSERT INTO test (testField) VALUES (123)"
cursor.execute("INSERT INTO test (testField) VALUES (123)")
cursor.close()
cnx.close()
Expand Down

0 comments on commit 984f5cd

Please sign in to comment.