Alex Kleider <[email protected]> writes: > May I trouble you further by specifically asking about 's/nor/not/'- I > don't get what that's about.
He's using a common editor syntax (the ancient ‘ed’ editor's “substitute” command, which is inherited by Unix ‘sed’ and ‘vi’, among others) to represent “please replace the text ‘nor’ in that line, with the text ‘not’ instead”. -- \ “Do I believe in God? … without clarification of a kind I have | `\ never seen, I don’t know whether I believe or don’t believe in | _o__) whatever a questioner has in mind.” —Noam Chomsky | Ben Finney _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
