mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #957 from apjanke/doscon-styling
Format Windows console examples with `doscon`or `powershell`
This commit is contained in:
@@ -109,7 +109,10 @@ Command line examples:
|
||||
$ run command --help
|
||||
$ ls ..
|
||||
|
||||
Be sure to include the ``$`` prefix before each line.
|
||||
Be sure to include the ``$`` prefix before each line for Unix console examples.
|
||||
|
||||
For Windows console examples, use ``doscon`` or ``powershell`` instead of
|
||||
``console``, and omit the ``$`` prefix.
|
||||
|
||||
Python interpreter examples:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user