##// END OF EJS Templates
Merge pull request #11377 from kd2718/magic_run_documentation...
Matthias Bussonnier -
r24693:06023599 merge
parent child Browse files
Show More
@@ -507,6 +507,9 b' python-profiler package from non-free.""")'
507 *two* back slashes (e.g. ``\\\\*``) to suppress expansions.
507 *two* back slashes (e.g. ``\\\\*``) to suppress expansions.
508 To completely disable these expansions, you can use -G flag.
508 To completely disable these expansions, you can use -G flag.
509
509
510 On Windows systems, the use of single quotes `'` when specifing
511 a file is not supported. Use double quotes `"`.
512
510 Options:
513 Options:
511
514
512 -n
515 -n
General Comments 0
You need to be logged in to leave comments. Login now