diff options
| author | Barry Warsaw | 2017-08-29 14:07:55 +0000 |
|---|---|---|
| committer | Barry Warsaw | 2017-08-29 14:07:55 +0000 |
| commit | de8c204fa40f0c4677a1b73b2ee7e3e86ce93a9c (patch) | |
| tree | 6fd2038427fbb36d8173fe338d277351cd19727b /src/mailman/model | |
| parent | f847e15407bfbf824236547bdf728a1ae00bd405 (diff) | |
| parent | ae0042a90220119414f61aeb20c6b58bfacb8af2 (diff) | |
| download | mailman-de8c204fa40f0c4677a1b73b2ee7e3e86ce93a9c.tar.gz mailman-de8c204fa40f0c4677a1b73b2ee7e3e86ce93a9c.tar.zst mailman-de8c204fa40f0c4677a1b73b2ee7e3e86ce93a9c.zip | |
Diffstat (limited to 'src/mailman/model')
| -rw-r--r-- | src/mailman/model/docs/listmanager.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/model/docs/listmanager.rst b/src/mailman/model/docs/listmanager.rst index 234394ac6..d5d3a5dbe 100644 --- a/src/mailman/model/docs/listmanager.rst +++ b/src/mailman/model/docs/listmanager.rst @@ -60,7 +60,7 @@ always get the same object back. >>> list_manager.get('ant@example.com') <mailing list "ant@example.com" at ...> -The ``.get()`` method is ambidextrous, so it also accepts ``List-ID``s. +The ``.get()`` method is ambidextrous, so it also accepts ``List-ID``'s. >>> list_manager.get('ant.example.com') <mailing list "ant@example.com" at ...> |
