From 3481ff55274083eb3ca4460d7a8b5572dba886e9 Mon Sep 17 00:00:00 2001 From: risemeup1 <62429225+risemeup1@users.noreply.github.com> Date: Thu, 29 Dec 2022 18:55:39 +0800 Subject: [PATCH] fix_static_problem (#49439) * fix_static_problem * test * fix_static_problem,test=document_fix --- python/setup.py.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/setup.py.in b/python/setup.py.in index 00c9f73804..aedd176f59 100755 --- a/python/setup.py.in +++ b/python/setup.py.in @@ -106,7 +106,7 @@ __all__ = ['cuda', 'cudnn', 'show'] def show(): """Get the version of paddle if `paddle` package if tagged. Otherwise, output the corresponding commit id. - + Returns: If paddle package is not tagged, the commit-id of paddle will be output. Otherwise, the following information will be output. @@ -118,13 +118,13 @@ def show(): minor: the minor version of paddle patch: the patch level version of paddle - + rc: whether it's rc version cuda: the cuda version of package. It will return `False` if CPU version paddle package is installed cudnn: the cudnn version of package. It will return `False` if CPU version paddle package is installed - + Examples: .. code-block:: python -- GitLab