We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59fff79 commit 3ccd6f1Copy full SHA for 3ccd6f1
2 files changed
README.md
@@ -1,5 +1,7 @@
1
# Computed Types in Python
2
3
+See [spec-draft.rst](spec-draft.rst) for the specification draft and [pre-pep.rst](pre-pep.rst) for the PEP draft.
4
+
5
## Development
6
7
1. Clone the repo
pre-pep.rst
@@ -324,7 +324,7 @@ Rationale
324
Specification
325
=============
326
327
-[Describe the syntax and semantics of any new language feature.]
+See `spec-draft.rst <spec-draft.rst>`_ for the current draft specification.
328
329
330
Backwards Compatibility
0 commit comments