https://codereview.appspot.com/547610043/diff/557380043/python/musicexp.py File python/musicexp.py (right):
https://codereview.appspot.com/547610043/diff/557380043/python/musicexp.py#newcode324 python/musicexp.py:324: return str On 2020/02/11 20:39:14, Be-3 wrote: > Proposal: > keep 1st character and replace 'fq' by 'tq' in the suffix: > > return str[:1] + str[1:].replace ('fq', 'tq') Your proposal does not work for sqs. Did an independent fix, as I have not seen your proposal in time. Please test since this should also still make it into 2.20. https://codereview.appspot.com/547610043/