From 5b500450f462e7acc4f4eaf84e1eac95639eb146 Mon Sep 17 00:00:00 2001 From: Jonathan Shi Date: Thu, 19 Sep 2024 13:39:32 -0700 Subject: [PATCH] fix docstring --- modin/core/storage_formats/base/query_compiler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modin/core/storage_formats/base/query_compiler.py b/modin/core/storage_formats/base/query_compiler.py index c3fbd9f210f..16690b6e982 100644 --- a/modin/core/storage_formats/base/query_compiler.py +++ b/modin/core/storage_formats/base/query_compiler.py @@ -1964,6 +1964,7 @@ def stack(self, level, dropna, sort): ---------- level : int or label dropna : bool + sort : bool Returns -------