diff --git a/imperative/python/megengine/device.py b/imperative/python/megengine/device.py index 374744a3..0b1498b1 100644 --- a/imperative/python/megengine/device.py +++ b/imperative/python/megengine/device.py @@ -199,7 +199,8 @@ def coalesce_free_memory(): this func was called .. note:: - Please notice that this function will not move any memory in-use. - Please notice that this function may do nothing if there are no chunks that can be freed + + * This function will not move any memory in-use; + * This function may do nothing if there are no chunks that can be freed. """ return _try_coalesce_all_free_memory()