tencentcloud-sdk-python 3.0.1303__py2.py3-none-any.whl → 3.0.1304__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.1303'
17
+ __version__ = '3.0.1304'
@@ -809,7 +809,7 @@ class CdwdorisClient(AbstractClient):
809
809
 
810
810
 
811
811
  def DescribeSpec(self, request):
812
- """购买页拉取集群的数据节点和zookeeper节点的规格列表
812
+ """拉取集群节点规格列表
813
813
 
814
814
  :param request: Request instance for DescribeSpec.
815
815
  :type request: :class:`tencentcloud.cdwdoris.v20211228.models.DescribeSpecRequest`