website/ref: Remove reference to the deleted exc: module.

This commit is contained in:
Qi Xiao 2020-07-04 21:58:44 +01:00
parent 853f00c812
commit a568bf589f

View File

@ -1753,9 +1753,9 @@ Namespaces that are not special (i.e. one of the above) are also called
following modules that can be imported by `use`:
- The following modules are always available: [daemon](daemon.html),
[epm](epm.html), [exc](exc.html), [math](math.html),
[platform](platform.html), [str](str.html), [re](re.html),
[readline-binding](readline-binding.html), [store](store.html).
[epm](epm.html), [math](math.html), [platform](platform.html),
[str](str.html), [re](re.html), [readline-binding](readline-binding.html),
[store](store.html).
- The [unix](unix.html) module is available on UNIX-like platforms (see
[`$platform:is-unix`](platform.html#platformis-unix)).