tencentcloud-sdk-python-csip 3.0.1479__py2.py3-none-any.whl → 3.1.3__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
tencentcloud/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1479'
17
+ __version__ = '3.1.3'
@@ -579,7 +579,7 @@ class CsipClient(AbstractClient):
579
579
 
580
580
 
581
581
  def DescribeCheckViewRisks(self, request):
582
- r"""检查视角下云资源配置风险列表示例
582
+ r"""检查视角下云资源配置风险列表
583
583
 
584
584
  :param request: Request instance for DescribeCheckViewRisks.
585
585
  :type request: :class:`tencentcloud.csip.v20221121.models.DescribeCheckViewRisksRequest`