https://github.com/python/cpython/commit/57e8b0cbee16054e38d8470b923f2d074ebd02e7 commit: 57e8b0cbee16054e38d8470b923f2d074ebd02e7 branch: 3.13 author: sobolevn <m...@sobolevn.me> committer: sobolevn <m...@sobolevn.me> date: 2025-02-18T13:55:30Z summary:
[3.13] gh-130160: use `option` instead of `cmdoption` in `dis.rst` (GH-130255) (#130264) (cherry picked from commit 97d0011e7ec0c8222de46ce581b8bac3cc7dddda) files: M Doc/library/dis.rst diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index cbf4367622fb6d..1ba87425d60e1a 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -91,15 +91,15 @@ The following options are accepted: .. program:: dis -.. cmdoption:: -h, --help +.. option:: -h, --help Display usage and exit. -.. cmdoption:: -C, --show-caches +.. option:: -C, --show-caches Show inline caches. -.. cmdoption:: -O, --show-offsets +.. option:: -O, --show-offsets Show offsets of instructions. _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com