Skip to content

Commit ac0ac62

Browse files
authoredFeb 19, 2023
Remove the line continuation char in the docs (cjolowicz#1258)
Because this does not work on Windows, and Windows users would get a negative experience when copying and pasting the command.
1 parent f7422f0 commit ac0ac62

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed
 

‎docs/guide.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,7 @@ by pointing Cookiecutter to its [GitHub repository][hypermodern python cookiecut
214214
Use the `--checkout` option with the [current stable release][2022.6.3]:
215215

216216
```console
217-
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \
218-
--checkout="2022.6.3"
217+
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout="2022.6.3"
219218
```
220219

221220
Cookiecutter downloads the template,

‎docs/index.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ based on the [Hypermodern Python] article series.
2727
## Usage
2828

2929
```console
30-
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \
31-
--checkout="2022.6.3"
30+
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout="2022.6.3"
3231
```
3332

3433
## Features

‎docs/quickstart.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ It is recommended to set up Python 3.7, 3.8, 3.9, 3.10 using [pyenv].
3030
Generate a Python project:
3131

3232
```console
33-
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python \
34-
--checkout="2022.6.3"
33+
$ cookiecutter gh:cjolowicz/cookiecutter-hypermodern-python --checkout="2022.6.3"
3534
```
3635

3736
Change to the root directory of your new project,

0 commit comments

Comments
 (0)