diff options
Diffstat (limited to 'libcxx/utils/generate_width_estimation_table.py')
| -rw-r--r-- | libcxx/utils/generate_width_estimation_table.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/utils/generate_width_estimation_table.py b/libcxx/utils/generate_width_estimation_table.py index 2fe51490449d..f4cce1071d1f 100644 --- a/libcxx/utils/generate_width_estimation_table.py +++ b/libcxx/utils/generate_width_estimation_table.py @@ -99,7 +99,7 @@ def compactPropertyRanges(input: list[PropertyRange]) -> list[PropertyRange]: return result -DATA_ARRAY_TEMPLATE = """ +DATA_ARRAY_TEMPLATE = r""" /// The entries of the characters with an estimated width of 2. /// /// Contains the entries for [format.string.std]/12 |
