# HG changeset patch # User Franz Glasner # Date 1548803787 -3600 # Node ID bbbb23202d6ea67819de90463e9595e7f1194f81 # Parent aa945541d2caec170528062b160e17003755334d - FIX: Typo in docu - Formatting in docu diff -r aa945541d2ca -r bbbb23202d6e extensions/kwarchive.py --- a/extensions/kwarchive.py Wed Jan 30 00:14:15 2019 +0100 +++ b/extensions/kwarchive.py Wed Jan 30 00:16:27 2019 +0100 @@ -15,20 +15,20 @@ Example:: # - # Determine which files are consideres for keyword expansion in + # Determine which files are considered for keyword expansion in # which style # [patterns] - # - # Expand keywords in every python file except those matching "x*" - # using the default RCS style expansion format - # - **.py = - x* = NO - # This file has reStructuredText style keyword expansion "|VCS|" only - path:VERSION = reST - # This file has reStructuredText style and RCS style keyword expansion - path:README = reST, RCS + # + # Expand keywords in every python file except those matching "x*" + # using the default RCS style expansion format + # + **.py = + x* = NO + # This file has reStructuredText style keyword expansion "|VCS|" only + path:VERSION = reST + # This file has reStructuredText style and RCS style keyword expansion + path:README = reST, RCS The ``[keywords]`` section specifies which keywords are expanded. Aliases can be defined also. By default the pre-defined set of RCC/CVS/SVN-like