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

Commit 2ee2f5c

Browse files
Yishuo Wangfacebook-github-bot
authored andcommitted
Fix typo for log comments (#437)
Summary: Pull Request resolved: #437 Only comment typo fixing. Reviewed By: vancexu Differential Revision: D37793695 fbshipit-source-id: 0b90138422ad89ac87be080d7da329e9adeb2b43
1 parent fd1486e commit 2ee2f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torcharrow/idataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def log(self) -> DataFrame:
274274
>>> df = ta.dataframe({"a": [1,2,None,4],
275275
"b": [5, 6, None, 8]
276276
})
277-
>>> df.min()
277+
>>> df.log()
278278
index a b
279279
------- -------- -------
280280
0 0 1.60944

0 commit comments

Comments
 (0)