Fix line numbers in named access tests link.
The link to the named access tests in `tests/bindings_test.ts` was incorrectly formatted. PiperOrigin-RevId: 862786877 Change-Id: Idf10d75638e55b7d3b0312c765a977274d014857
This commit is contained in:
committed by
Copybara-Service
parent
1381e8adee
commit
63de5c51ee
+1
-1
@@ -117,7 +117,7 @@ allowing convenient access to model and data elements by name or index. For
|
||||
example, you can access a geometry by name using `model.geom('mygeom')` or a
|
||||
joint using `data.jnt('myjoint')`.
|
||||
|
||||
For more details and examples of how to use named access, please refer to the [named access tests](tests/bindings_test.ts;l=2010-2487) and [documentation](https://mujoco.readthedocs.io/en/stable/python.html#named-access).
|
||||
For more details and examples of how to use named access, please refer to the [named access tests](tests/bindings_test.ts#L1876-L2378) and [documentation](https://mujoco.readthedocs.io/en/stable/python.html#named-access).
|
||||
|
||||
## Development
|
||||
|
||||
|
||||
Reference in New Issue
Block a user