From 66b74fd4aab415da553cc5a660ca267a2e1b53f0 Mon Sep 17 00:00:00 2001 From: wuyueandrew Date: Fri, 21 Jan 2022 20:13:32 +0800 Subject: [PATCH] Cython sdk rst: Context.superstep() change return type str -> int (#1296) --- docs/reference/cython_sdk.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/cython_sdk.rst b/docs/reference/cython_sdk.rst index c9feb76766d0..0c2d26be36c9 100644 --- a/docs/reference/cython_sdk.rst +++ b/docs/reference/cython_sdk.rst @@ -178,7 +178,7 @@ Pregel Get value from a aggregator. - .. py:method:: Context.superstep() -> str + .. py:method:: Context.superstep() -> int :noindex: Get current superstep, begin with 0.