Skip to content

Commit 14ed4fd

Browse files
antonwolfyvtavana
andauthored
Update dpnp/dpnp_iface_statistics.py
Co-authored-by: Vahid Tavanashad <[email protected]>
1 parent f827bd7 commit 14ed4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/dpnp_iface_statistics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,7 @@ def var(
14591459
)
14601460

14611461
# Compute sum of squared deviations from mean.
1462-
# Note that `x`` may not be inexact.
1462+
# Note that `x` may not be inexact.
14631463
x = dpnp.subtract(a, arrmean)
14641464
if dpnp.issubdtype(x.dtype, dpnp.complexfloating):
14651465
x = dpnp.multiply(x, x.conj(), out=x).real

0 commit comments

Comments
 (0)