📝 Update admonitions in annotations (#1065)

This commit is contained in:
Sebastián Ramírez
2024-08-12 16:38:19 -05:00
committed by GitHub
parent d55af68fd7
commit ee44f3b85e
8 changed files with 71 additions and 32 deletions

View File

@ -14,10 +14,13 @@
3. Get one hero object, expecting exactly one.
!!! tip
This ensures there's no more than one, and that there's exactly one, not `None`.
/// tip
This would never return `None`, instead it would raise an exception.
This ensures there's no more than one, and that there's exactly one, not `None`.
This would never return `None`, instead it would raise an exception.
///
4. Print the hero object.