From dcdbbaf50100cb0af138cb684413f55d03699b9c Mon Sep 17 00:00:00 2001 From: Michi Date: Wed, 30 Jan 2019 18:26:22 +0100 Subject: [PATCH] fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42e4428..918d04b 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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