summaryrefslogtreecommitdiff
path: root/src/mailman/model/docs/listmanager.rst
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/model/docs/listmanager.rst')
-rw-r--r--src/mailman/model/docs/listmanager.rst2
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 ...>