Skip to content

Commit 3e290a5

Browse files
Apply suggestions from code review
Co-authored-by: Nathaniel Starkman <[email protected]>
1 parent 0a01a42 commit 3e290a5

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
@@ -35,7 +35,7 @@ def __metrology_namespace__[Q: Quantity[VT, UT, DT], V, U: Unit[DT]](
3535
Parameters
3636
----------
3737
api_version: str or None
38-
string representing the version of the metrology API specification to be returned. If it is ``None``, it should return the namespace corresponding to latest version of the metrology API specification. If the given version is invalid or not implemented for the given module, an error should be raised. Default: ``None``.
38+
string representing the version of the metrology API specification to be returned. If it is `None`, it should return the namespace corresponding to latest version of the metrology API specification. If the given version is invalid or not implemented for the given module, an error should be raised. Default: `None`.
3939
Returns
4040
-------
4141
out: Any
@@ -60,7 +60,7 @@ def __metrology_namespace__[Q: Quantity[VT, UT, DT], V](
6060
Parameters
6161
----------
6262
api_version: str or None
63-
string representing the version of the metrology API specification to be returned. If it is ``None``, it should return the namespace corresponding to latest version of the metrology API specification. If the given version is invalid or not implemented for the given module, an error should be raised. Default: ``None``.
63+
string representing the version of the metrology API specification to be returned. If it is `None`, it should return the namespace corresponding to latest version of the metrology API specification. If the given version is invalid or not implemented for the given module, an error should be raised. Default: `None`.
6464
Returns
6565
-------
6666
out: Any
@@ -89,7 +89,7 @@ def __metrology_namespace__(
8989
Parameters
9090
----------
9191
api_version: str or None
92-
string representing the version of the metrology API specification to be returned. If it is ``None``, it should return the namespace corresponding to latest version of the metrology API specification. If the given version is invalid or not implemented for the given module, an error should be raised. Default: ``None``.
92+
string representing the version of the metrology API specification to be returned. If it is `None`, it should return the namespace corresponding to latest version of the metrology API specification. If the given version is invalid or not implemented for the given module, an error should be raised. Default: `None`.
9393
Returns
9494
-------
9595
out: Any

0 commit comments

Comments
 (0)