소스 검색

Help: Remove duplicate '#' in CMP0053 valid character list

Christoph Grüninger 11 년 전
부모
커밋
191d2b209b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Help/policy/CMP0053.rst

+ 1 - 1
Help/policy/CMP0053.rst

@@ -28,7 +28,7 @@ cleaned up to simplify the behavior.  Specifically:
   so improper variable reference syntax is always an error.
 
 * More characters are allowed to be escaped in variable names.
-  Previously, only ``()#" \#@^`` were valid characters to
+  Previously, only ``()#" \@^`` were valid characters to
   escape. Now any non-alphanumeric, non-semicolon, non-NUL
   character may be escaped following the ``escape_identity``
   production in the :ref:`Escape Sequences` section of the