Use double backticks [ci skip]

This commit is contained in:
Andrew Murray 2019-10-06 14:39:10 +11:00
parent 6a83d5b239
commit e0d67a1f9f

View File

@ -47,7 +47,7 @@ creates the following image:
ImageGrab on multi-monitor Windows
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
An `all_screens` argument has been added to ``ImageGrab.grab``. If ``True``,
An ``all_screens`` argument has been added to ``ImageGrab.grab``. If ``True``,
all monitors will be included in the created image.
API Changes