Skip to content

Commit 6544e9d

Browse files
fix doc
1 parent dba5f44 commit 6544e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attribute.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ attribnames(ds::Union{AbstractDataset,AbstractVariable}) = ()
99
"""
1010
CommonDatamodel.attrib(ds::Union{AbstractDataset,AbstractVariable},attribname::SymbolOrString)
1111
12-
Return the length of the attributes `attribname` in the data set `ds`.
12+
Return the value of the attribute `attribname` in the data set `ds`.
1313
"""
1414
function attrib(ds::Union{AbstractDataset,AbstractVariable},attribname::SymbolOrString)
1515
error("no attributes $attribname in $(path(ds))")

0 commit comments

Comments
 (0)