Need to display single-quoted chars in docstring dealing with Python code result = some_function_that_takes_arguments(     'a', 'b', 'c',     'd', 'e', 'f' ) Example shown in https://peps.python.org/pep-0008/#indentation