We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed74a5 commit 62efe52Copy full SHA for 62efe52
README.md
@@ -366,6 +366,8 @@ Format
366
{65:c} # 'A'
367
{3:08b} # '00000011' -> Binary with leading zeros.
368
{3:0<8b} # '11000000' -> Binary with trailing zeros.
369
+[I'm an inline-style link](https://www.google.com)
370
+<strong>'Collections'</strong> : (<a href="#list">list</a>)
371
```
372
373
#### Float presentation types:
@@ -1943,7 +1945,7 @@ Image
1943
1945
from PIL import Image
1944
1946
1947
-#### Creates PNG image of rainbow gradient:
1948
+#### Creates PNG image of a rainbow gradient:
1949
```python
1950
width = 100
1951
height = 100
0 commit comments