Skip to content

Commit 1659881

Browse files
committed
Delte comma
1 parent 9bef42f commit 1659881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/algos.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def nancorr(const float64_t[:, :] mat, bint cov=False, minp=None):
268268
ndarray[float64_t, ndim=2] result
269269
ndarray[uint8_t, ndim=2] mask
270270
int64_t nobs = 0
271-
float64_t vx, vy, meanx, meany, divisor, prev_meany, prev_meanx, ssqdmx,
271+
float64_t vx, vy, meanx, meany, divisor, prev_meany, prev_meanx, ssqdmx
272272
float64_t ssqdmy, covxy
273273

274274
N, K = (<object>mat).shape

0 commit comments

Comments
 (0)