Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 22d4553

Browse files
committed
Merge 3.5
2 parents 05a4a9c + f97edf1 commit 22d4553

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/3.5.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ instead of::
276276
S = dot((dot(H, beta) - r).T,
277277
dot(inv(dot(dot(H, V), H.T)), dot(H, beta) - r))
278278

279-
An upcoming release of NumPy 1.10 will add support for the new operator::
279+
NumPy 1.10 has support for the new operator::
280280

281281
>>> import numpy
282282

0 commit comments

Comments
 (0)