From bcbe1eaf5c256b4a61d8b2e34ebf832d0a6a8471 2017-05-12 15:49:18 From: Tory Haavik Date: 2017-05-12 15:49:18 Subject: [PATCH] Fix whatsnew doc for term-title-format feature --- diff --git a/docs/source/whatsnew/pr/term-title-format-feature.rst b/docs/source/whatsnew/pr/term-title-format-feature.rst index 68de11c..739b9ab 100644 --- a/docs/source/whatsnew/pr/term-title-format-feature.rst +++ b/docs/source/whatsnew/pr/term-title-format-feature.rst @@ -1,2 +1,2 @@ -An additional flag `--term-title-format` is introduced to allow the user to control the format of the terminal +An additional flag `--TerminalInteractiveShell.term_title_format` is introduced to allow the user to control the format of the terminal title. It is specified as a python format string, and currently the only variable it will format is `{cwd}`.