diff options
author | Nyakku Shigure <sigure.qaq@gmail.com> | 2023-05-19 20:11:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-19 20:11:21 (GMT) |
commit | 3bc94e678f2961eafc9d665898d73afc6204d314 (patch) | |
tree | 3300f5d26885e39401dc515538905d79fb08469d | |
parent | 6e39fa19555043588910d10f1fe677cf6b04d77e (diff) | |
download | cpython-3bc94e678f2961eafc9d665898d73afc6204d314.zip cpython-3bc94e678f2961eafc9d665898d73afc6204d314.tar.gz cpython-3bc94e678f2961eafc9d665898d73afc6204d314.tar.bz2 |
docs: fix wrong indentation causing rendering error in dis page (#104661)
-rw-r--r-- | Doc/library/dis.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 248743b..4762fb5 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -622,8 +622,8 @@ not have to be) the original ``STACK[-2]``. .. versionadded:: 3.8 - .. versionchanged:: 3.11 - Exception representation on the stack now consist of one, not three, items. + .. versionchanged:: 3.11 + Exception representation on the stack now consist of one, not three, items. .. opcode:: CLEANUP_THROW |