diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-08-22 20:04:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-22 20:04:43 (GMT) |
commit | 57b321c37716f07c8fa3f3ea48857b81bc7012af (patch) | |
tree | c278db6f096d21da830b7cf98902eae2d762a5b8 /Doc/tools | |
parent | 0627918f0b69a15aa16e4ccbb5d8eaae4f6a2caf (diff) | |
download | cpython-57b321c37716f07c8fa3f3ea48857b81bc7012af.zip cpython-57b321c37716f07c8fa3f3ea48857b81bc7012af.tar.gz cpython-57b321c37716f07c8fa3f3ea48857b81bc7012af.tar.bz2 |
Move susp-ignored locations
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/susp-ignored.csv | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index 1fde253..1ba0e5b 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -369,7 +369,7 @@ library/importlib.metadata,,:main,"EntryPoint(name='wheel', value='wheel.cli:mai library/importlib.metadata,,`,loading the metadata for packages for the indicated ``context``. library/re,,`,"`" using/configure,84,:db2,=db1:db2:... -library/typing,1004,`,# Type of ``val`` is narrowed to ``str`` -library/typing,1004,`,"# Else, type of ``val`` is narrowed to ``float``." -library/typing,1004,`,# Type of ``val`` is narrowed to ``List[str]``. -library/typing,1004,`,# Type of ``val`` remains as ``List[object]``. +library/typing,1011,`,# Type of ``val`` is narrowed to ``str`` +library/typing,1011,`,"# Else, type of ``val`` is narrowed to ``float``." +library/typing,1011,`,# Type of ``val`` is narrowed to ``List[str]``. +library/typing,1011,`,# Type of ``val`` remains as ``List[object]``. |