---
id: GEN-0035
name: 采用文档字符串的形式进行注释（三个双引号的形式）。
severity: error
tool: auto
category: wc-style
description: |
  采用文档字符串的形式进行注释（三个双引号的形式）。

  Auto-extracted from book299-20132-Python语言编码规范.txt.

check:
  type: ast-grep
  pattern: TODO
