Skip to content

Commit eb6e23d

Browse files
committed
Fix bad source formatting
1 parent 5391b7e commit eb6e23d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

USING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ observer> py:run "print(min(patch_xs))"
3535
See the documentation for each of the particular primitives for details on, for instance, how to multi-line statements and how object type conversions work.
3636
See the demo models included in the `demo` folder for some examples of using libraries such as `numpy` and `tensorflow`.
3737

38-
See the documentation on `py:set` to learn how to have the extension serialize entire agents and agentsets into Python dictionaries.
38+
See the documentation on `py:set` to learn how to have the extension serialize entire agents and agentsets into Python dictionaries.
3939

40-
There is also a separate interactive Python console that can be found under Python > Interactive Python Console.
40+
There is also a separate interactive Python console that can be found under Python > Interactive Python Console.
4141
This console is connected to the same Python session as all the Python NetLogo primitives, so you can define a variable in your model and access it in the interactive Python console window.
4242

4343
### Error handling

0 commit comments

Comments
 (0)