From a856c9d94ff91c77b0bdda812ed9bafc8511f0b7 2018-03-29 09:25:30 From: Thomas Kluyver Date: 2018-03-29 09:25:30 Subject: [PATCH] Fix reference to print 'returning' a value --- diff --git a/docs/source/interactive/reference.rst b/docs/source/interactive/reference.rst index 51b7083..ea36556 100644 --- a/docs/source/interactive/reference.rst +++ b/docs/source/interactive/reference.rst @@ -629,7 +629,7 @@ some sort, you can then exit:: In [2]: exit() -Once you exit and print `a`, the value 23 will be returned:: +Once you exit and print `a`, the value 23 will be shown:: In: print(a)