Skip to content

Commit ab0e45b

Browse files
Juan EscuderoJuan Escudero
Juan Escudero
authored and
Juan Escudero
committed
typo
1 parent ce1e5fb commit ab0e45b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ In file `.git/config` add:
3434
[diff "ipynb"]
3535
textconv = nbstripout -t
3636
```
37-
Now `git` will not show cell output in diffs, and will not include cell output to commits; it will make working working with the notebooks much easier.
37+
Now `git` will not show cell output in diffs, and will not include cell output to commits; it will make working with the notebooks much easier.
3838

39-
This filters won't modify or clear the files, it will only be visible to git. If you want to clear the files also, you can use `nbstripout docs/recipes/*.ipynb --extra-keys "metadata.kernelspec"`.
39+
These filters won't modify or clear the files, they will only be visible to git. If you want to clear the files also, you can use `nbstripout docs/recipes/*.ipynb --extra-keys "metadata.kernelspec"`.
4040

4141
### Documentation
4242
- https://mutis.readthedocs.io/
@@ -46,4 +46,4 @@ This filters won't modify or clear the files, it will only be visible to git. If
4646
- [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/IAA-CSIC/MUTIS.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/IAA-CSIC/MUTIS/context:python)
4747
- [![codecov](https://codecov.io/gh/IAA-CSIC/MUTIS/branch/main/graph/badge.svg?token=8Q38S24P2J)](https://codecov.io/gh/IAA-CSIC/MUTIS)
4848
- [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
49-
- [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/IAA-CSIC/MUTIS/badges/quality-score.png?b=main)](https://scrutinizer-ci.com/g/IAA-CSIC/MUTIS/?branch=main)
49+
- [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/IAA-CSIC/MUTIS/badges/quality-score.png?b=main)](https://scrutinizer-ci.com/g/IAA-CSIC/MUTIS/?branch=main)

0 commit comments

Comments
 (0)