[docs] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial (issue 28315)
jaysinhp at gmail.com
jaysinhp at gmail.com
Fri Oct 7 03:14:27 EDT 2016
On 2016/10/04 20:52:21, Mariatta wrote:
> Thanks for the patches, Jaysinh.
>
> In some of these patches, the word 'in' is missing.
>
> For example, it should have been
> ... line 1, in <module>
>
> instead, I'm seeing
> ... line 1, <module>
>
> Thanks :)
>
> http://bugs.python.org/review/28315/diff/18761/Doc/library/ctypes.rst
> File Doc/library/ctypes.rst (right):
>
>
http://bugs.python.org/review/28315/diff/18761/Doc/library/ctypes.rst#newcode100
> Doc/library/ctypes.rst:100: File "<stdin>", line 1, <module>
> The word 'in' is missing,
> eg
> File "<stdin>", line 1, in <module>
>
> http://bugs.python.org/review/28315/diff/18762/Doc/library/ctypes.rst
> File Doc/library/ctypes.rst (right):
>
>
http://bugs.python.org/review/28315/diff/18762/Doc/library/ctypes.rst#newcode90
> Doc/library/ctypes.rst:90: File "<stdin>", line 1, <module>
> Should be
> in <module>
>
> http://bugs.python.org/review/28315/diff/18763/Doc/library/ctypes.rst
> File Doc/library/ctypes.rst (right):
>
>
http://bugs.python.org/review/28315/diff/18763/Doc/library/ctypes.rst#newcode100
> Doc/library/ctypes.rst:100: File "<stdin>", line 1, <module>
> It should say ", in <module>"
Hello Maroatta,
Thanks for reviewing my patches. I have uploaded the new patches.
Could you please review them again? Many thanks!
http://bugs.python.org/review/28315/
More information about the docs
mailing list