Jump to heading 事象
ヒアドキュメントの余計なインデントを無効化するために、Textwrap.dedent()を使用したが、
想定どおりに無効化されない。
Jump to heading 実行環境
root@f939e639fd93:~# python --version
Python 3.8.5
Jump to heading 期待する動作
test.py
def write_profile():
profile_file_name = 'profile.txt'
my_profile = """My name is {my_name}.
I'm {age} ...