Skip to content

Commit dcdbbaf

Browse files
committed
fix readme
1 parent 70c9564 commit dcdbbaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ plt.show()
7474
```python
7575
lhcModel.strengths
7676
```
77-
Set strengths:
77+
Set strengths (jupyter/ipython autocompletion hints supported):
7878
```python
7979
lhcModel.strengths['on_x1'] = 140
8080
lhcModel.strengths['on_x5'] = 140
@@ -86,7 +86,7 @@ a warning is issued in this case:
8686
lhcModel.strengths['on_xx5_v'] = 140
8787
```
8888
```INFO:root:Creating new MAD-X strength on_xx5_v```
89-
(jupyter/ipython autocompletion hints supported)
89+
9090

9191
### Deal with Elements:
9292
```python

0 commit comments

Comments
 (0)