summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pydoc/test_pydoc.py
diff options
context:
space:
mode:
authorJelle Zijlstra <jelle.zijlstra@gmail.com>2024-12-30 16:19:38 (GMT)
committerGitHub <noreply@github.com>2024-12-30 16:19:38 (GMT)
commit348012432155271cfbee71a78d0c27254fc230e2 (patch)
tree387b0044e245218cc739a65461dc09d23cab2875 /Lib/test/test_pydoc/test_pydoc.py
parent2bd5a7ab0f4a1f65ab8043001bd6e8416c5079bd (diff)
downloadcpython-348012432155271cfbee71a78d0c27254fc230e2.zip
cpython-348012432155271cfbee71a78d0c27254fc230e2.tar.gz
cpython-348012432155271cfbee71a78d0c27254fc230e2.tar.bz2
gh-119180: Set the name of the param to __annotate__ to "format" (#124730)
Diffstat (limited to 'Lib/test/test_pydoc/test_pydoc.py')
-rw-r--r--Lib/test/test_pydoc/test_pydoc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_pydoc/test_pydoc.py b/Lib/test/test_pydoc/test_pydoc.py
index 3283fde..c798b11 100644
--- a/Lib/test/test_pydoc/test_pydoc.py
+++ b/Lib/test/test_pydoc/test_pydoc.py
@@ -79,7 +79,7 @@ CLASSES
class B(builtins.object)
| Methods defined here:
|
- | __annotate__(...)
+ | __annotate__(format, /)
|
| ----------------------------------------------------------------------
| Data descriptors defined here:
@@ -180,7 +180,7 @@ class A(builtins.object)
class B(builtins.object)
Methods defined here:
- __annotate__(...)
+ __annotate__(format, /)
----------------------------------------------------------------------
Data descriptors defined here:
__dict__