Skip to content

Commit 5d81f75

Browse files
SarthakB11radoering
authored andcommitted
fix typo: add comma, capitalize Git
1 parent bb207f7 commit 5d81f75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/pyproject.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -700,8 +700,8 @@ Thus, you only have to specify the directory where your root package resides.
700700
{{% /note %}}
701701

702702
{{% warning %}}
703-
If a VCS is being used, files matched by its ignore settings (for example by
704-
`.gitignore` for git) are excluded from the built distributions even when their
703+
If a VCS is being used, files matched by its ignore settings (for example, by
704+
`.gitignore` for Git) are excluded from the built distributions even when their
705705
parent directory is listed under `packages`. This can be surprising if a
706706
`packages` entry points at generated code or another path that is intentionally
707707
kept out of version control. To ship such files, add them back via

0 commit comments

Comments
 (0)