Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b768d4f

Browse files
committed
Fix bad markup.
1 parent fedd140 commit b768d4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/whatsnew/3.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,10 @@ changed.
221221
hold text is :class:`str`, the type used to hold data is
222222
:class:`bytes`. The biggest difference with the 2.x situation is
223223
that any attempt to mix text and data in Python 3.0 raises
224-
:ext:`TypeError`, whereas if you were to mix Unicode and 8-bit
224+
:exc:`TypeError`, whereas if you were to mix Unicode and 8-bit
225225
strings in Python 2.x, it would work if the 8-bit string happened to
226226
contain only 7-bit (ASCII) bytes, but you would get
227-
:ext:`UnicodeDecodeError` if it contained non-ASCII values. This
227+
:exc:`UnicodeDecodeError` if it contained non-ASCII values. This
228228
value-specific behavior has caused numerous sad faces over the
229229
years.
230230

0 commit comments

Comments
 (0)