> On 8 Jun 2022, at 11:25, Dave <d...@looktowindward.com> wrote:
> 
>    myNewString = theString.replace("\u2014", “]”  #just an example


Opps! Make that

   myNewString = myNewString.replace("\u2014", “]”  #just an example
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to