Closed mrowan137 closed 3 years ago
Hi, I'm not sure exactly the right place to raise this issue but at https://sopython.com/canon/92/extract-text-from-a-file-between-two-markers/ there is a typo in the example: line 7 is currently inRecodingMode = False but should be inRecordingMode = False.
inRecodingMode = False
inRecordingMode = False
Thanks, let someone who has edit privileges know in chat.
Fixed it
Hi, I'm not sure exactly the right place to raise this issue but at https://sopython.com/canon/92/extract-text-from-a-file-between-two-markers/ there is a typo in the example: line 7 is currently
inRecodingMode = False
but should beinRecordingMode = False
.