Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jbednar committed Oct 12, 2016
1 parent 84301ad commit b0aa8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/core/dimension.py
Expand Up @@ -277,7 +277,7 @@ class LabelledData(param.Parameterized):
label = param.String(default='', constant=True, doc="""
Optional label describing the data, typically reflecting where
or how it was measured. The label should allow a specific
measurement or dataset to be referenced for a given group..""")
measurement or dataset to be referenced for a given group.""")

_deep_indexable = False

Expand Down

0 comments on commit b0aa8e4

Please sign in to comment.