Skip to content

Commit 38605dc

Browse files
authored
docs: Fix syntax (#525)
I'd inadvertently used reStructured Text syntax instead of Markdown here.
1 parent aa574a5 commit 38605dc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/release-history/v11.0.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ writing, but should be by the time we release 11.0!)
1515

1616
#### ScreenShot attributes
1717

18-
The :py:attr:`mss.ScreenShot.raw` attribute has been removed. Use the :py:attr:`mss.ScreenShot.bgra` property instead.
18+
The {py:attr}`mss.ScreenShot.raw` attribute has been removed. Use the {py:attr}`mss.ScreenShot.bgra` property instead.
1919

20-
The :py:attr:`mss.ScreenShot.bgra` and :py:attr:`mss.ScreenShot.rgb` properties now will return read-only bytes-like
21-
:py:type:`memoryview` objects, not necessarily :py:type:`bytes` or :py:type:`bytearray` objects. For practical use
20+
The {py:attr}`mss.ScreenShot.bgra` and {py:attr}`mss.ScreenShot.rgb` properties now will return read-only bytes-like
21+
{py:type}`memoryview` objects, not necessarily {py:type}`bytes` or {py:type}`bytearray` objects. For practical use
2222
cases, this should not be noticible. This change was allows faster access to screenshot data, with fewer memory copies.
2323

2424
### Python 3.9 EOL

0 commit comments

Comments
 (0)