[docs] [issue19970] Typo of `immediatly` and `agin` words

Vajrasky Kok report at bugs.python.org
Fri Dec 13 10:28:46 CET 2013


New submission from Vajrasky Kok:

ethan at amiau:~/Documents/code/python/cpython3.4$ grep -R immediatly *
Doc/library/asyncio-protocol.rst::meth:`Transport.close` can be called immediatly after
Lib/test/test_signal.py:            # unblock the pending signal calls immediatly the signal handler
Modules/faulthandler.c:    /* call the previous signal handler: it is called immediatly if we use
ethan at amiau:~/Documents/code/python/cpython3.4$ grep -R " agin " *
Modules/posixmodule.c:           the symlink path agin and not the actual final path. */
Modules/posixmodule.c:           the symlink path agin and not the actual final path. */

----------
assignee: docs at python
components: Documentation, Extension Modules, Library (Lib)
files: fix_typo_agin_and_immediatly_python34.patch
keywords: patch
messages: 206031
nosy: docs at python, vajrasky
priority: normal
severity: normal
status: open
title: Typo of `immediatly` and `agin` words
type: enhancement
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file33114/fix_typo_agin_and_immediatly_python34.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19970>
_______________________________________


More information about the docs mailing list