@@ -78,7 +78,7 @@ The scaling can be changed with the logical argument `corrected`. If `corrected`
7878
7979### Syntax
8080
81- ` result = ` [[ stdlib_stats(module): cov (interface)]] ` (array, dim [, mask [, corrected]] ` )`
81+ ` result = ` [[ stdlib_stats(module): cov (interface)]] ` (array, dim [, mask [, corrected]]) `
8282
8383### Class
8484
@@ -248,9 +248,9 @@ The _k_-th order moment about `center` is defined as :
248248
249249### Syntax
250250
251- ` result = ` [[ stdlib_stats(module): moment (interface)]] ` (array, order [, center [, mask]] ` )`
251+ ` result = ` [[ stdlib_stats(module): moment (interface)]] ` (array, order [, center [, mask]]) `
252252
253- ` result = ` [[ stdlib_stats(module): moment (interface)]] ` (array, order, dim [, center [, mask]] ` )`
253+ ` result = ` [[ stdlib_stats(module): moment (interface)]] ` (array, order, dim [, center [, mask]]) `
254254
255255### Class
256256
@@ -306,9 +306,9 @@ The use of the term `n-1` for scaling is called Bessel 's correction. The scalin
306306
307307### Syntax
308308
309- ` result = ` [[ stdlib_stats(module): var (interface)]] ` (array [, mask [, corrected]] ` )`
309+ ` result = ` [[ stdlib_stats(module): var (interface)]] ` (array [, mask [, corrected]]) `
310310
311- ` result = ` [[ stdlib_stats(module): var (interface)]] ` (array, dim [, mask [, corrected]] ` )`
311+ ` result = ` [[ stdlib_stats(module): var (interface)]] ` (array, dim [, mask [, corrected]]) `
312312
313313### Class
314314
0 commit comments