Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d16979

Browse files
committed
Silence a "unused rule" warning
This one should make Docs 3.5 and Docs 3.x green again.
1 parent db6cdf8 commit 1d16979

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tools/susp-ignored.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ library/zipapp,31,:main,"$ python -m zipapp myapp -m ""myapp:main"""
288288
library/zipapp,82,:fn,"argument should have the form ""pkg.mod:fn"", where ""pkg.mod"" is a"
289289
library/zipapp,155,:callable,"""pkg.module:callable"" and the archive will be run by importing"
290290
library/stdtypes,,::,>>> m[::2].tolist()
291-
library/sys,1115,`,# ``wrapper`` creates a ``wrap(coro)`` coroutine:
291+
library/sys,,`,# ``wrapper`` creates a ``wrap(coro)`` coroutine:
292292
tutorial/venv,77,:c7b9645a6f35,"Python 3.4.3+ (3.4:c7b9645a6f35+, May 22 2015, 09:31:25)"
293293
whatsnew/3.5,,:root,'WARNING:root:warning\n'
294294
whatsnew/3.5,,:warning,'WARNING:root:warning\n'

0 commit comments

Comments
 (0)