Skip to content

Commit 984f5cd

Browse files
authored
Fix documentation for MySQL instrumentation (#665)
1 parent 0e5853b commit 984f5cd

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-mysql/src/opentelemetry/instrumentation/mysql

1 file changed

+1
-1
lines changed

Diff for: instrumentation/opentelemetry-instrumentation-mysql/src/opentelemetry/instrumentation/mysql/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
3131
cnx = mysql.connector.connect(database="MySQL_Database")
3232
cursor = cnx.cursor()
33-
cursor.execute("INSERT INTO test (testField) VALUES (123)"
33+
cursor.execute("INSERT INTO test (testField) VALUES (123)")
3434
cursor.close()
3535
cnx.close()
3636

0 commit comments

Comments
 (0)