mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Update URLs in comments and metadata to use HTTPS (GH-27458)
This commit is contained in:
parent
ea4673ed07
commit
be42c06bb0
39 changed files with 58 additions and 58 deletions
|
@ -1795,7 +1795,7 @@ Function and class definitions
|
|||
* ``bases`` is a list of nodes for explicitly specified base classes.
|
||||
* ``keywords`` is a list of :class:`keyword` nodes, principally for 'metaclass'.
|
||||
Other keywords will be passed to the metaclass, as per `PEP-3115
|
||||
<http://www.python.org/dev/peps/pep-3115/>`_.
|
||||
<https://www.python.org/dev/peps/pep-3115/>`_.
|
||||
* ``starargs`` and ``kwargs`` are each a single node, as in a function call.
|
||||
starargs will be expanded to join the list of base classes, and kwargs will
|
||||
be passed to the metaclass.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue