Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
15d38b61
Commit
15d38b61
authored
Apr 26, 2018
by
Jaden DIEFENBAUGH
Browse files
fix docstring, use correct notation for list-type params
parent
fab00548
Pipeline
#19507
passed with stages
in 99 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
beat/core/drawing.py
View file @
15d38b61
...
...
@@ -185,12 +185,12 @@ def make_layout_label(inputs, name, outputs, color):
Parameters:
inputs (list): A list of input names which represent all inputs for this
inputs (
:py:class:`
list
`
): A list of input names which represent all inputs for this
block
name (str): The name of the block
outputs (list): A list of output names which represent all outputs for this
outputs (
:py:class:`
list
`
): A list of output names which represent all outputs for this
block
color (str): A color definition in the format ``#rrggbb``, in which each
...
...
Write
Preview
Supports
Markdown
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