Skip to content

Commit

Permalink
Merge pull request #113 from chmp/fix/spelling
Browse files Browse the repository at this point in the history
Fix typo in ipytest.cov docs
  • Loading branch information
chmp authored Apr 17, 2024
2 parents c2f766d + 0d53f2d commit afec5fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ plugins =
With this config file, the coverage can be collected using
[pytest-cov][ipytest-cov-pytest-cov] with

```pyhton
```python
%%ipytest --cov

def test():
Expand Down
2 changes: 1 addition & 1 deletion ipytest/cov.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
With this config file, the coverage can be collected using
[pytest-cov][ipytest-cov-pytest-cov] with
```pyhton
```python
%%ipytest --cov
def test():
Expand Down

0 comments on commit afec5fd

Please sign in to comment.