From d3be9da9dfe70422ed0472ba4b7cd1c07a01a81f Mon Sep 17 00:00:00 2001 From: Yishuo Wang Date: Tue, 12 Jul 2022 11:10:56 -0700 Subject: [PATCH] Fix typo for log comments Summary: Only comment typo fixing. Differential Revision: D37793695 fbshipit-source-id: 29d4c7f85ac93cff6c03c7b3bb9084502e405887 --- torcharrow/idataframe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torcharrow/idataframe.py b/torcharrow/idataframe.py index eb417497a..35d1566b1 100644 --- a/torcharrow/idataframe.py +++ b/torcharrow/idataframe.py @@ -274,7 +274,7 @@ def log(self) -> DataFrame: >>> df = ta.dataframe({"a": [1,2,None,4], "b": [5, 6, None, 8] }) - >>> df.min() + >>> df.log() index a b ------- -------- ------- 0 0 1.60944