Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
michi42 committed Jan 30, 2019
1 parent 70c9564 commit dcdbbaf
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 @@ -74,7 +74,7 @@ plt.show()
```python
lhcModel.strengths
```
Set strengths:
Set strengths (jupyter/ipython autocompletion hints supported):
```python
lhcModel.strengths['on_x1'] = 140
lhcModel.strengths['on_x5'] = 140
Expand All @@ -86,7 +86,7 @@ a warning is issued in this case:
lhcModel.strengths['on_xx5_v'] = 140
```
```INFO:root:Creating new MAD-X strength on_xx5_v```
(jupyter/ipython autocompletion hints supported)


### Deal with Elements:
```python
Expand Down

0 comments on commit dcdbbaf

Please sign in to comment.