@@ -73,7 +73,7 @@ def __init__(
7373 in the same name, the suffix __i is appended to the name.
7474 - A dictionary mapping rule names to callables, where each callable
7575 returns a non-aggregated boolean expression.
76- All rule names provided here are given the prefix "check_".
76+ All rule names provided here are given the prefix ` "check_"` .
7777 alias: An overwrite for this column's name which allows for using a column
7878 name that is not a valid Python identifier. Especially note that setting
7979 this option does _not_ allow to refer to the column with two different
@@ -196,7 +196,7 @@ def __init__(
196196 in the same name, the suffix __i is appended to the name.
197197 - A dictionary mapping rule names to callables, where each callable
198198 returns a non-aggregated boolean expression.
199- All rule names provided here are given the prefix "check_".
199+ All rule names provided here are given the prefix ` "check_"` .
200200 alias: An overwrite for this column's name which allows for using a column
201201 name that is not a valid Python identifier. Especially note that setting
202202 this option does _not_ allow to refer to the column with two different
@@ -331,7 +331,7 @@ def __init__(
331331 in the same name, the suffix __i is appended to the name.
332332 - A dictionary mapping rule names to callables, where each callable
333333 returns a non-aggregated boolean expression.
334- All rule names provided here are given the prefix "check_".
334+ All rule names provided here are given the prefix ` "check_"` .
335335 alias: An overwrite for this column's name which allows for using a column
336336 name that is not a valid Python identifier. Especially note that setting
337337 this option does _not_ allow to refer to the column with two different
@@ -472,7 +472,7 @@ def __init__(
472472 in the same name, the suffix __i is appended to the name.
473473 - A dictionary mapping rule names to callables, where each callable
474474 returns a non-aggregated boolean expression.
475- All rule names provided here are given the prefix "check_".
475+ All rule names provided here are given the prefix ` "check_"` .
476476 alias: An overwrite for this column's name which allows for using a column
477477 name that is not a valid Python identifier. Especially note that setting
478478 this option does _not_ allow to refer to the column with two different
0 commit comments