Skip to content

Commit 7414e52

Browse files
committed
Doc formatting fix
1 parent bf77f36 commit 7414e52

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.github_project_name}}/{{cookiecutter.python_package_name}}

1 file changed

+1
-1
lines changed

Diff for: {{cookiecutter.github_project_name}}/{{cookiecutter.python_package_name}}/example.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def example_function(ax, data, above_color="r", below_color="k", **kwargs):
2525
The color of points with `y>0`
2626
below_color : color-like, default: 'k'
2727
The color of points with `y<0`
28-
kwargs :
28+
**kwargs
2929
Passed through to `ax.scatter`
3030
3131
Returns

0 commit comments

Comments
 (0)