Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
csppfetch
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cspp_geo
csppfetch
Commits
94960751
Commit
94960751
authored
4 months ago
by
Alan De Smet
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo in comment
parent
42916dfb
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
csppfetch/roundtozero.py
+1
-1
1 addition, 1 deletion
csppfetch/roundtozero.py
with
1 addition
and
1 deletion
csppfetch/roundtozero.py
+
1
−
1
View file @
94960751
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment