Skip to content

Commit 2f718c5

Browse files
committed
docs(pytest-plugin): Correctness fixes
1 parent 9ea21df commit 2f718c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/pytest-plugin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Create git, svn, and hg repos on the fly in [pytest].
66

77
```{seealso} Using libvcs?
88
9-
Do you want more flexbility? Correctness? Power? Defaults changed? [Connect with us] on the tracker, we want to know
9+
Do you want more flexibility? Correctness? Power? Defaults changed? [Connect with us] on the tracker, we want to know
1010
your case, we won't stabilize APIs until we're sure everything is by the book.
1111
1212
[connect with us]: https://github.com/vcs-python/libvcs/discussions
@@ -40,7 +40,7 @@ The plugin's fixtures guarantee a fresh git repository every test.
4040

4141
## Recommended fixtures
4242

43-
These are fixtures are automatically used when the plugin is enabled and `pytest` is ran.
43+
These fixtures are automatically used when the plugin is enabled and `pytest` is run.
4444

4545
- Creating temporary, test directories for:
4646
- `/home/` ({func}`home_path`)
@@ -52,7 +52,7 @@ These are fixtures are automatically used when the plugin is enabled and `pytest
5252
- `.gitconfig`, via {func}`gitconfig`:
5353
- `.hgrc`, via {func}`hgconfig`:
5454

55-
These are set to ensure you can correctly clone and create repositories without. without extra
55+
These are set to ensure you can correctly clone and create repositories without without extra
5656
warnings.
5757

5858
## Bootstrapping pytest in your `conftest.py`

0 commit comments

Comments
 (0)