Skip to content

Commit 810a8d5

Browse files
committed
docs: Fix minor README issues
1 parent fbcf2a4 commit 810a8d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ features and fixes to users in a timely fashion.
572572
If you need to regenerate the transformed images used by the test suite, there
573573
is a helper function to do this for you. From the Python REPL:
574574

575-
```pycon
575+
```python
576576
>>> from pelican.plugins.image_process.test_image_process import generate_test_images
577577
>>> generate_test_images()
578578
36 test images generated!
@@ -582,7 +582,7 @@ is a helper function to do this for you. From the Python REPL:
582582

583583
This project is licensed under the [AGPL-3.0 license](http://www.gnu.org/licenses/agpl-3.0.html).
584584

585-
[Pelican image](https://web.archive.org/web/20090505115626/http://www.pdphoto.org/PictureDetail.php?mat=&pg=5726) in test data by Jon Sullivan. Published under a [Creative Commons Public Domain license](https://creativecommons.org/licenses/publicdomain/).
585+
The [pelican image](https://web.archive.org/web/20090505115626/http://www.pdphoto.org/PictureDetail.php?mat=&pg=5726) in the test data is by Jon Sullivan, published under a [Creative Commons Public Domain license](https://creativecommons.org/licenses/publicdomain/).
586586

587587
[HTML5 responsive images]: https://www.smashingmagazine.com/2014/05/14/responsive-images-done-right-guide-picture-srcset/
588588
[BeautifulSoup documentation on parsers]: https://www.crummy.com/software/BeautifulSoup/bs4/doc/#installing-a-parser

0 commit comments

Comments
 (0)