Skip to content
Snippets Groups Projects
Commit 94960751 authored by Alan De Smet's avatar Alan De Smet
Browse files

Fix typo in comment

parent 42916dfb
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ def roundtozero(value, step = None, offset = None):
If step is None, step is type(value)(1)
If offset is None, step is type(value)()
If offset is None, offset is type(value)()
Should work with any number-like that supports addition, subtraction,
division (returning a float), and multiplication against an integer.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment