Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Python
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
swc-bb
S
swc-lessons
2020-04-20-Potsdam-Berlin
Python
Commits
f3e8cc86
Commit
f3e8cc86
authored
Nov 11, 2019
by
Matthias Bussonnier
Committed by
Lauren Ko
Nov 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
06-func.md: typo, function was renamed, not docstring (#755)
parent
96e8d34c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
_episodes/06-func.md
_episodes/06-func.md
+1
-1
No files found.
_episodes/06-func.md
View file @
f3e8cc86
...
...
@@ -382,7 +382,7 @@ help(offset_mean)
{: .language-python}
~~~
Help on function
center
in module __main__:
Help on function
offset_mean
in module __main__:
offset_mean(data, target_mean_value)
Return a new array containing the original data with its mean offset to match the desired value.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment