mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Use TQSQ (triple quoted single quote) module docstring for better
font-locking. This complets the merge with Mailman's version.
This commit is contained in:
parent
620f37723f
commit
a1ae88432d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#! /usr/bin/env python
|
||||
|
||||
"""SMTP/ESMTP client class.
|
||||
'''SMTP/ESMTP client class.
|
||||
|
||||
This should follow RFC 821 (SMTP) and RFC 1869 (ESMTP).
|
||||
|
||||
|
@ -29,7 +29,7 @@ Example:
|
|||
>>> s.getreply()
|
||||
(250, "Somebody OverHere <somebody@here.my.org>")
|
||||
>>> s.quit()
|
||||
"""
|
||||
'''
|
||||
|
||||
# Author: The Dragon De Monsyne <dragondm@integral.org>
|
||||
# ESMTP support, test code and doc fixes added by
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue