Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
f76ceee0
Unverified
Commit
f76ceee0
authored
Apr 06, 2020
by
Daniel
Committed by
GitHub
Apr 06, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: fix typo in basic-usage.md (#2273)
parent
f98b6d22
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
docs/docs/basic-usage.md
+1
-1
No files found.
docs/docs/basic-usage.md
View file @
f76ceee0
...
@@ -77,7 +77,7 @@ how versions relate to each other, and on the different ways you can specify dep
...
@@ -77,7 +77,7 @@ how versions relate to each other, and on the different ways you can specify dep
**How does Poetry download the right files?**
**How does Poetry download the right files?**
When you specify a dependency in `pyproject.toml`, Poetry first take the name of the package
When you specify a dependency in `pyproject.toml`, Poetry first take
s
the name of the package
that you have requested and searches for it in any repository you have registered using the `repositories` key.
that you have requested and searches for it in any repository you have registered using the `repositories` key.
If you have not registered any extra repositories, or it does not find a package with that name in the
If you have not registered any extra repositories, or it does not find a package with that name in the
repositories you have specified, it falls back on PyPI.
repositories you have specified, it falls back on PyPI.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment