From 840c82ee8883d455a57b1505a2d47a10f89665c1 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Wed, 7 Oct 2015 10:39:13 +0000 Subject: Issue #25286: Accidentally dropped "the" --- Doc/glossary.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 6e3083f..8b6dbac 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -186,7 +186,7 @@ Glossary The objects returned from :meth:`dict.viewkeys`, :meth:`dict.viewvalues`, and :meth:`dict.viewitems` are called dictionary views. They provide a dynamic view on the dictionary’s entries, which means that when the dictionary - changes, the view reflects these changes. To force + changes, the view reflects these changes. To force the dictionary view to become a full list use ``list(dictview)``. See :ref:`dict-views`. -- cgit v0.12