commit | 54b786e1b3c29024cd4b52c3822e598df34192a7 | [log] [tgz] |
---|---|---|
author | Timothe Peignier <timothee.peignier@icloud.com> | Fri Mar 25 11:01:11 2022 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Mar 25 11:02:34 2022 -0700 |
tree | 2f63937ee244cef5a3f2a8c6e7341686e3e87d5e | |
parent | 16cce0543f465a5b49f413b1e6e2137296f1a0e9 [diff] |
Mention and link to tuple type Mention and link to tuple type, this is a fix for #13552. Closes #14732. PiperOrigin-RevId: 437288580
diff --git a/site/en/rules/language.md b/site/en/rules/language.md index 5f38c76..9f25703 100644 --- a/site/en/rules/language.md +++ b/site/en/rules/language.md
@@ -39,6 +39,7 @@ * [None](lib/globals#None) * [bool](lib/bool) * [dict](lib/dict) +* [tuple](lib/globals#tuple) * function * [int](lib/int) * [list](lib/list)