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
7bf158f3
Unverified
Commit
7bf158f3
authored
May 04, 2021
by
Avery Fischer (biggerfisch)
Committed by
GitHub
May 04, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix documentation typos (you -> your) (#4023)
Some docs used "you" where they should use "your" for possessiveness.
parent
25aae995
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
README.md
+2
-2
docs/docs/index.md
+2
-2
docs/docs/pyproject.md
+1
-1
docs/docs/repositories.md
+1
-1
No files found.
README.md
View file @
7bf158f3
...
...
@@ -31,12 +31,12 @@ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-
**Warning**
: The previous
`get-poetry.py`
installer is now deprecated, if you are currently using it
you should migrate to the new, supported,
`install-poetry.py`
installer.
The installer installs the
`poetry`
tool to Poetry's
`bin`
directory. This location depends on you system:
The installer installs the
`poetry`
tool to Poetry's
`bin`
directory. This location depends on you
r
system:
-
`$HOME/.local/bin`
for Unix
-
`%APPDATA%\Python\Scripts`
on Windows
If this directory is not on you
`PATH`
, you will need to add it manually
If this directory is not on you
r
`PATH`
, you will need to add it manually
if you want to invoke Poetry with simply
`poetry`
.
Alternatively, you can use the full path to
`poetry`
to use it.
...
...
docs/docs/index.md
View file @
7bf158f3
...
...
@@ -34,12 +34,12 @@ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-
The previous `get-poetry.py` installer is now deprecated, if you are currently using it
you should migrate to the new, supported, `install-poetry.py` installer.
The installer installs the
`poetry`
tool to Poetry's
`bin`
directory. This location depends on you system:
The installer installs the
`poetry`
tool to Poetry's
`bin`
directory. This location depends on you
r
system:
-
`$HOME/.local/bin`
for Unix
-
`%APPDATA%\Python\Scripts`
on Windows
If this directory is not on you
`PATH`
, you will need to add it manually
If this directory is not on you
r
`PATH`
, you will need to add it manually
if you want to invoke Poetry with simply
`poetry`
.
Alternatively, you can use the full path to
`poetry`
to use it.
...
...
docs/docs/pyproject.md
View file @
7bf158f3
...
...
@@ -305,7 +305,7 @@ any custom url in the `urls` section.
"Bug
Tracker"
=
"https://github.com/python-poetry/poetry/issues"
```
If you publish you package on PyPI, they will appear in the
`Project Links`
section.
If you publish you
r
package on PyPI, they will appear in the
`Project Links`
section.
## Poetry and PEP-517
...
...
docs/docs/repositories.md
View file @
7bf158f3
...
...
@@ -49,7 +49,7 @@ If you do not specify the password you will be prompted to write it.
poetry config pypi-token.pypi my-token
```
If you still want to use you username and password, you can do so with the following
If you still want to use you
r
username and password, you can do so with the following
call to `config`.
```bash
...
...
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