Skip to content

Commit fb1310c

Browse files
committed
Updating to reflect Ruby linter changes
1 parent 8fadbd6 commit fb1310c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python-email/html-email.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
Hi,
1717
How are you?
1818
Real Python has many great tutorials:
19-
www.realpython.com"""
19+
realpython.com"""
2020

2121
html = """\
2222
<html>
2323
<body>
2424
<p>Hi,<br>
2525
How are you?<br>
26-
<a href="http://www.realpython.com">Real Python</a>
26+
<a href="http://realpython.com">Real Python</a>
2727
has many great tutorials.
2828
</p>
2929
</body>

0 commit comments

Comments
 (0)