New submission from Andrés Delfino <[email protected]>: The reporthook of urllib.request.urlretrieve is treated as a function hook, while the right term is "callable".
PR fixes this. ---------- assignee: docs@python components: Documentation messages: 319822 nosy: adelfino, docs@python priority: normal severity: normal status: open title: doc Replace "hook function" with "callable" in urllib.request.urlretrieve type: enhancement versions: Python 2.7, Python 3.6, Python 3.7, Python 3.8 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue33885> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
