bpo-20408: Fix memoryview() signature in docs (GH-24431)

This commit is contained in:
Mariusz Felisiak 2021-05-25 16:24:30 +02:00 committed by GitHub
parent 1b940eb410
commit d18e5dae91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 9 deletions

View file

@ -1022,7 +1022,7 @@ are always available. They are listed here in alphabetical order.
.. _func-memoryview:
.. class:: memoryview(obj)
.. class:: memoryview(object)
:noindex:
Return a "memory view" object created from the given argument. See