From 6e0f6534bd4efe32f16ea5154fee5da8948eff45 Mon Sep 17 00:00:00 2001 From: Jeff Quast Date: Tue, 13 Oct 2015 13:57:18 -0700 Subject: [PATCH] correct change log --- docs/history.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/history.rst b/docs/history.rst index 64800382..56640df0 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -4,7 +4,7 @@ Version History * enhancement: :meth:`~.Terminal.get_location` returns the ``(row, col)`` position of the cursor at the time of call for attached terminal. * enhancement: a keyboard now detected as *stdin* when - :paramref:`~.Terminal.__init__.stream` is :obj:`sys.stdin`. + :paramref:`~.Terminal.__init__.stream` is :obj:`sys.stderr`. 1.11 * enhancement: :meth:`~.Terminal.inkey` can return more quickly for