diff --git a/wwpdb/apps/entity_transform/depict/PrdSummaryDepict.py b/wwpdb/apps/entity_transform/depict/PrdSummaryDepict.py
index f3c3fab..aad726c 100644
--- a/wwpdb/apps/entity_transform/depict/PrdSummaryDepict.py
+++ b/wwpdb/apps/entity_transform/depict/PrdSummaryDepict.py
@@ -83,7 +83,7 @@ def DoRenderSummaryPage(self, imageFlag=True):
#
text += '
Download Files \n'
#
- text += ' View PCM/PTM Documentation \n'
+ text += ' View PCM/PTM Documentation \n' # noqa: E501
#
text += '\n'
#
diff --git a/wwpdb/apps/entity_transform/depict/StrSummaryDepict.py b/wwpdb/apps/entity_transform/depict/StrSummaryDepict.py
index daf799c..73f66c3 100644
--- a/wwpdb/apps/entity_transform/depict/StrSummaryDepict.py
+++ b/wwpdb/apps/entity_transform/depict/StrSummaryDepict.py
@@ -67,7 +67,7 @@ def DoRenderSummaryPage(self):
text += ' Download Files \n'
#
- text += ' View PCM/PTM Documentation \n'
+ text += ' View PCM/PTM Documentation \n' # noqa: E501
#
text += "\n"
return text