Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
gh-95953: linting fix
  • Loading branch information
KatieLG committed Sep 22, 2025
commit 812ff5aad95bc057dc9fa68962256f3e192e95df
2 changes: 1 addition & 1 deletion Lib/difflib.py
Original file line number Diff line number Diff line change
Expand Up @@ -1928,7 +1928,7 @@ def _format_line(self,side,flag,linenum,text):
css_class = ' class="diff_changed" ' if flag else ' '

return f'<td class="diff_header"{id}>{linenum}</td>' \
+ f'<td{css_class}nowrap="nowrap">{text}</td>'
+ f'<td{css_class}nowrap="nowrap">{text}</td>'

def _make_prefix(self):
"""Create unique anchor prefixes"""
Expand Down
Loading