---
id: GEN-0047
name: 块注释中的段落应该用只含单个#的一行隔开。
severity: error
tool: auto
category: wc-style
description: |
  块注释中的段落应该用只含单个#的一行隔开。

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

check:
  type: ast-grep
  pattern: TODO
