These substitutions are applied to the docstrings when displayed in the terminal with `?` and `??`. For example: ```diff - (r'\\leq', '<=') + (r'\\leq', '≤') ```
These substitutions are applied to the docstrings when displayed in the terminal with
?and??.For example: