Skip to content

Commit 8517510

Browse files
committed
Documentation: Add blank line before lists.
1 parent 5830c8e commit 8517510

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Best of all, it's safe by default - all errors are raised unless you explicitly
1313
### When to Use This Pattern
1414

1515
**Good for:**
16+
1617
- API clients with varying error tolerance
1718
- Batch processing where some failures are acceptable
1819
- Verification operations (checking if resources exist)
@@ -21,6 +22,7 @@ Best of all, it's safe by default - all errors are raised unless you explicitly
2122
- Multi-service orchestration where partial failures are OK
2223

2324
**Not ideal for:**
25+
2426
- Critical operations where all errors must be handled explicitly
2527
- Debugging scenarios where you need full error details
2628
- Simple scripts with straightforward error handling

0 commit comments

Comments
 (0)