diff options
| author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2020-09-20 19:39:57 +0200 |
|---|---|---|
| committer | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2020-09-24 22:58:20 +0200 |
| commit | 2754213b760fa4ba845bddda3ac4c0ec34c39e4b (patch) | |
| tree | a2f2cfaed93d7c46c226a493c0c3c1dbf2a55ea7 /docs | |
| parent | bb3072883f761f8537d1fc2b8a33b8cc82c1aa27 (diff) | |
| download | python-setuptools-git-2754213b760fa4ba845bddda3ac4c0ec34c39e4b.tar.gz | |
Fix command block in dev guide to `shell-session`
This type is more appropriate for snippets containing shell commands
with leading prompts followed by their output. `bash` syntax used
earlier treats everything as a raw shell script contents highlighting
words like `for`.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/developer-guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index e84cd640..efbf1b7c 100644 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -84,7 +84,7 @@ case two fragments should be added. It is not necessary to make a separate documentation fragment for documentation changes accompanying the relevant code changes. See the following for an example news fragment: -.. code-block:: bash +.. code-block:: shell-session $ cat changelog.d/1288.change.rst Add support for maintainer in PKG-INFO |
