[Python-checkins] peps: Clarify a sentence that mentioned LoggedVar[t].

guido.van.rossum python-checkins at python.org
Thu May 19 13:15:58 EDT 2016


https://hg.python.org/peps/rev/0d3d68373e6b
changeset:   6338:0d3d68373e6b
user:        Guido van Rossum <guido at python.org>
date:        Thu May 19 10:15:48 2016 -0700
summary:
  Clarify a sentence that mentioned LoggedVar[t].

files:
  pep-0484.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0484.txt b/pep-0484.txt
--- a/pep-0484.txt
+++ b/pep-0484.txt
@@ -372,7 +372,7 @@
 a type within the class body.
 
 The ``Generic`` base class uses a metaclass that defines ``__getitem__``
-so that ``LoggedVar[t]`` is valid as a type::
+so that e.g. ``LoggedVar[int]`` is valid as a type::
 
   from typing import Iterable
 

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list