Remove comma in string concatenation (#3796)
diff --git a/scripts/update_e2e_coverage.py b/scripts/update_e2e_coverage.py
index da54697..325cb28 100755
--- a/scripts/update_e2e_coverage.py
+++ b/scripts/update_e2e_coverage.py
@@ -113,7 +113,7 @@
'**Note:** Layers like `Dropout` are listed as passing in this table,\n'
'but they function similar to identity layers in these tests. **See \n'
'the third table for the coverage of these layers during training.**\n'
- '\n',
+ '\n'
'These tests also only modify required `tf.keras.layers` arguments.\n'
'See the full API tests below for coverage on of non-default '
'layer configurations.'),