esi-docs icon indicating copy to clipboard operation
esi-docs copied to clipboard

Fix python prompt style terminal prompt

Open 30crows opened this issue 2 years ago • 0 comments

Change the prompts in the examples descriptions from '>>>' to '>' i.e. from python style to cmd/ps style.

'>>> python something' doesn't make a lot of sense as '>>>' is already a running python interpreter.

Also pycharm interprets the '>>>' inside text blocks and this prevents the code from running inside pycharm.

30crows avatar Oct 29 '23 16:10 30crows