mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
This commit is contained in:
parent
f00383ec9b
commit
db39050396
24 changed files with 63 additions and 63 deletions
|
@ -1270,7 +1270,7 @@ use a list comprehension::
|
|||
A = [[None] * w for i in range(h)]
|
||||
|
||||
Or, you can use an extension that provides a matrix datatype; `NumPy
|
||||
<http://www.numpy.org/>`_ is the best known.
|
||||
<https://numpy.org/>`_ is the best known.
|
||||
|
||||
|
||||
How do I apply a method to a sequence of objects?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue