Update more/missing type qualifiers to lowercase MkDocs admonitions (#16215)

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Jan Knobloch 2024-09-11 18:30:13 +02:00 committed by GitHub
parent 6b95967e08
commit b9f0983e82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
148 changed files with 223 additions and 223 deletions

View file

@ -129,7 +129,7 @@ while True:
rospy.spin()
```
??? Example "Complete code"
??? example "Complete code"
```python
import time
@ -297,7 +297,7 @@ while True:
rospy.spin()
```
??? Example "Complete code"
??? example "Complete code"
```python
import time
@ -448,7 +448,7 @@ for index, class_id in enumerate(classes):
o3d.visualization.draw_geometries([pcd])
```
??? Example "Complete code"
??? example "Complete code"
```python
import sys