diff options
author | wim glenn <wim.glenn@gmail.com> | 2018-09-11 17:44:52 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-09-11 17:44:52 (GMT) |
commit | 08bcf647d8a92e4bd47531588b284c6820b7a7ef (patch) | |
tree | 9ff7776e7f0a64075048c909627490750ea1d1f4 /Misc | |
parent | b690b9b04729ba3d91c59bff1bb11c3dcc1b50fc (diff) | |
download | cpython-08bcf647d8a92e4bd47531588b284c6820b7a7ef.zip cpython-08bcf647d8a92e4bd47531588b284c6820b7a7ef.tar.gz cpython-08bcf647d8a92e4bd47531588b284c6820b7a7ef.tar.bz2 |
bpo-28617 Fixed docs inaccuracies about the types that support membership tests (GH-9086)
<!-- issue-number: [bpo-28617](https://www.bugs.python.org/issue28617) -->
https://bugs.python.org/issue28617
<!-- /issue-number -->
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2018-09-06-22-39-47.bpo-28617.MjnJLz.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-09-06-22-39-47.bpo-28617.MjnJLz.rst b/Misc/NEWS.d/next/Documentation/2018-09-06-22-39-47.bpo-28617.MjnJLz.rst new file mode 100644 index 0000000..281afad --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2018-09-06-22-39-47.bpo-28617.MjnJLz.rst @@ -0,0 +1,2 @@ +Fixed info in the stdtypes docs concerning the types that support membership +tests. |