Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdelgrosso committed Feb 16, 2023
1 parent f8f7d1a commit 86b8432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Callscript

Not worth it to refactor your script into a bunch of functions? This is a simple python library that lets you run your script as though you had, so you can
call `results = callscript('myscript.py', x=3, y=4)`. Just add comments in your scirpt to show where the inputs and outputs are, and `callscript` will
call `results = callscript('myscript.py', x=3, y=4)`. Just add comments in your script to show where the inputs and outputs are, and `callscript` will
make the function work properly:

```python
Expand Down Expand Up @@ -132,4 +132,4 @@ To run tests, run the following command

### Adding to the Changelog

Don't modify the `CHANGELOG.rst` file directly! Instead, use`scriv create` make a new entry for the changelog. After you've written a contribution, add the entry and write what you did into the template. When we are ready to make a release, we'll use the `scriv collect` command to aggregate these fragments into a new changeelog entry.
Don't modify the `CHANGELOG.rst` file directly! Instead, use`scriv create` make a new entry for the changelog. After you've written a contribution, add the entry and write what you did into the template. When we are ready to make a release, we'll use the `scriv collect` command to aggregate these fragments into a new changeelog entry.

0 comments on commit 86b8432

Please sign in to comment.