Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit 910778a

Browse files
authored
Fix limitations line (#784)
1 parent 22f2140 commit 910778a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdc/datatypes/hpat_pandas_series_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2222,7 +2222,7 @@ def hpat_pandas_series_corr(self, other, method='pearson', min_periods=None):
22222222
22232223
Limitations
22242224
-----------
2225-
- 'method' parameter accepts only 'pearson' value. Other values are not supported
2225+
- Parameter ``method`` is supported only with default value 'pearson'
22262226
22272227
Examples
22282228
--------

0 commit comments

Comments
 (0)