Skip to content

Commit

Permalink
Update for-processing-users.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy-Python-Programmer authored Aug 3, 2020
1 parent f1580f6 commit 7096fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/for-processing-users.rst
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ Math
source = (0, width)
target = (0, 10)
n = map(mouse_x, source, target)
n = remap(mouse_x, source, target)
New Features
Expand Down

0 comments on commit 7096fb9

Please sign in to comment.