Skip to content

Commit

Permalink
docs: Update Knob docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed May 16, 2024
1 parent 2c16f5b commit 9a2d732
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions valmix/knob.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,7 @@


class Knob:
r"""Name and list values for a target quantity.
Attributes:
name: Display name of the value.
value: Actual multiprocessing synchronized shared object.
values: Values the internal value may take.
"""
"""Name and list values for a target quantity."""

def __init__(
self,
Expand Down

0 comments on commit 9a2d732

Please sign in to comment.