Skip to content

Commit

Permalink
Merge pull request #10 from HaydenWen/patch-1
Browse files Browse the repository at this point in the history
Update cheat.md
  • Loading branch information
treyhunner committed Mar 4, 2023
2 parents eb2cd9b + b8f96a8 commit bf89020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheat.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Some format specifications are also included to show how to mix and match these

| Self-Doc | Conversion | Format Spec | Field | Example Output |
|----------|------------|-------------|----------------------|--------------------|
| | `!s` | | `{expression!r}` | `'Hi! ✨'` |
| | `!s` | | `{expression!s}` | `'Hi! ✨'` |
| | `!r` | | `{expression!r}` | `"'Hi! ✨'"` |
| | `!a` | | `{expression!a}` | `"'Hi! \\u2728'"` |
| | `!r` | `<10` | `{expression!r:<10}` | `"'Hi! ✨' "` |
Expand Down

0 comments on commit bf89020

Please sign in to comment.