You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/tutorials/1_Introduction-to-the-API.ipynb
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@
150
150
"- A 2D array containing the values of the requested field.\n",
151
151
"- An object containing metainformation about the extent of the grid (e.g `info_rho.z` and `info_rho.x` respectively return an array of the z and x positions).\n",
152
152
"\n",
153
-
"These two objects can then be used in a Python environnement to perform numerical analysis."
153
+
"These two objects can then be used in a Python environment to perform numerical analysis."
154
154
]
155
155
},
156
156
{
@@ -208,7 +208,7 @@
208
208
"source": [
209
209
"### Additional documentation\n",
210
210
"\n",
211
-
"Additional documentation on `get_field` can be obtained by reading its docstring. This can be done for instance by executing the following command in an IPython environnement."
211
+
"Additional documentation on `get_field` can be obtained by reading its docstring. This can be done for instance by executing the following command in an IPython environment."
212
212
]
213
213
},
214
214
{
@@ -351,7 +351,7 @@
351
351
"source": [
352
352
"### Missing or inconsistent arguments\n",
353
353
"\n",
354
-
"As for the fieds, if an argument is missing or inconsistent, an exception will be raised and an helper message will be printed."
354
+
"As for the fields, if an argument is missing or inconsistent, an exception will be raised and an helper message will be printed."
355
355
]
356
356
},
357
357
{
@@ -361,7 +361,7 @@
361
361
"source": [
362
362
"### Additional documentation\n",
363
363
"\n",
364
-
"As for the `get_field` method, the documentation on `get_particle` can be obtained by reading its docstring. This can be done for instance by executing the following command in an IPython environnement."
364
+
"As for the `get_field` method, the documentation on `get_particle` can be obtained by reading its docstring. This can be done for instance by executing the following command in an IPython environment."
0 commit comments