Skip to content

Commit

Permalink
Merge pull request #2 from AstraZeneca/hotfix/documentation-typos
Browse files Browse the repository at this point in the history
Small typo in docs
  • Loading branch information
Jack Baker authored Mar 23, 2022
2 parents 6bfd823 + 57e0209 commit ff0c233
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 @@ -31,7 +31,7 @@ pip install judgyprophet
So to use `judgyprophet`, you have to compile the model. Do this in the shell using

```
python -c "from judgyprophet import JudgyProphet; JudgyProphet().compile()
python -c "from judgyprophet import JudgyProphet; JudgyProphet().compile()"
```

or in python using
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pip install judgyprophet
So to use `judgyprophet`, you have to compile the model. Do this in the shell using

```
python -c "from judgyprophet import JudgyProphet; JudgyProphet().compile()
python -c "from judgyprophet import JudgyProphet; JudgyProphet().compile()"
```

or in python using
Expand Down

0 comments on commit ff0c233

Please # to comment.