Commit f98b6d22 by Eyal Levin Committed by GitHub

doc: update "An" to "A" (#2274)

'An' should come before a vowel sound.

Reference: https://english.stackexchange.com/a/164/198117
parent 511d753c
...@@ -151,7 +151,7 @@ The <c1>init</c1> command creates a basic <comment>pyproject.toml</> file in the ...@@ -151,7 +151,7 @@ The <c1>init</c1> command creates a basic <comment>pyproject.toml</> file in the
" - A git url with a revision (<b>git+https://github.com/python-poetry/poetry.git#develop</b>)\n" " - A git url with a revision (<b>git+https://github.com/python-poetry/poetry.git#develop</b>)\n"
" - A file path (<b>../my-package/my-package.whl</b>)\n" " - A file path (<b>../my-package/my-package.whl</b>)\n"
" - A directory (<b>../my-package/</b>)\n" " - A directory (<b>../my-package/</b>)\n"
" - An url (<b>https://example.com/packages/my-package-0.1.0.tar.gz</b>)\n" " - A url (<b>https://example.com/packages/my-package-0.1.0.tar.gz</b>)\n"
) )
help_displayed = False help_displayed = False
if self.confirm(question, True): if self.confirm(question, True):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment