Skip to content

Commit 899e975

Browse files
Update __init__.py
Return MetrologyNamespace in docstirngs
1 parent 661e4a2 commit 899e975

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/metrology_apis/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def __metrology_namespace__(
5252
5353
Returns
5454
-------
55-
Any
55+
MetrologyNamespace
5656
An object representing the metrology API namespace. It
5757
should have every top-level function defined in the
5858
specification as an attribute. It may contain other public
@@ -89,7 +89,7 @@ def __metrology_namespace__(
8989
9090
Returns
9191
-------
92-
Any
92+
MetrologyNamespace
9393
An object representing the metrology API namespace. It should
9494
have every top-level function defined in the specification as
9595
an attribute. It may contain other public names as well, but
@@ -129,7 +129,7 @@ def __metrology_namespace__(
129129
130130
Returns
131131
-------
132-
Any
132+
MetrologyNamespace
133133
An object representing the metrology API namespace. It should
134134
have every top-level function defined in the specification as
135135
an attribute. It may contain other public names as well, but it

0 commit comments

Comments
 (0)