]> granicus.if.org Git - python/commit
Fix audit event typo : urllib.request -> urllib.Request (GH-13550)
authorXtreak <tir.karthi@gmail.com>
Thu, 30 May 2019 17:58:28 +0000 (23:28 +0530)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 30 May 2019 17:58:27 +0000 (10:58 -0700)
commit1b69c09248c4b51962933e3551f1ae6fc11369b6
treebc3088fa7bfb1b2d0d303ec6f057561dd44c09f5
parent98ef92002ec289bf8086b0ef3d4f96c2589f4e68
Fix audit event typo : urllib.request -> urllib.Request (GH-13550)

As per the PEP and the [audit event raised](https://github.com/python/cpython/blob/13d4e6a4a090031f8214e058ed3c8fd47767e05f/Lib/urllib/request.py#L524) in urllib.request this should be `urllib.Request`

cc: @zooba
Doc/library/urllib.request.rst