This article makes you thing the new f-strings will be discussed. What is really being discussed is 'string'.format(), which isn't new in any way.
It's referred to in the documentation as 'New-style', with the old style being the % operator.
It's much clearer to just refer to it as str.format.