Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo fix in USAGE.md #199

Merged
merged 1 commit into from
Oct 16, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ rotate with the right;
zoom with the mouse wheel.
The axis selector in the top right snaps the view to a particular axis.
When looking along a main axis,
the mouse pointer's coordinates are shown in the botton left.
the mouse pointer's coordinates are shown in the bottom left.

As in the graph window,
nodes can be added from the *Add* menu or with Shift+A.
Expand All @@ -72,7 +72,7 @@ in the top left of the inspector.
There are three panes in the editor window:
- The top pane is the script
- The middle pane is any output sent to `stdout` (e.g. with `print`)
- The botton pane is any Python error that occured during execution
- The bottom pane is any Python error that occurred during execution

The lower two panes only appear when needed
(i.e. when something was sent to `stdout`
Expand Down