Skip to content

Commit 8f29caa

Browse files
Secrusabn
andauthored
Apply suggestions from code review
Co-authored-by: Arun Babu Neelicattu <[email protected]>
1 parent a6d2520 commit 8f29caa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: docs/configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ If set to `false`, poetry will install dependencies into the current python envi
205205
Create the virtualenv inside the project's root directory.
206206
Defaults to `None`.
207207

208-
If not set explicitly (default), `poetry` will create virtual environment in
209-
`{cache-dir}/virtualenvs` or use the `.venv` directory when one is available.
208+
If not set explicitly, `poetry` by default will create virtual environment under
209+
`{cache-dir}/virtualenvs` or use the `{project-dir}/.venv` directory when one is available.
210210

211211
If set to `true`, the virtualenv will be created and expected in a folder named
212212
`.venv` within the root directory of the project.

Diff for: docs/dependency-specification.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ poetry add https://example.com/my-package-0.1.0.tar.gz
183183
## Dependency `extras`
184184

185185
You can specify [PEP-508 Extras](https://www.python.org/dev/peps/pep-0508/#extras)
186-
for a dependency:
186+
for a dependency as shown here.
187187

188188
```toml
189189
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)