Skip to content

Commit 4c7c877

Browse files
author
Rimsha Fareed
committed
docs: fix param typing guide link
1 parent 6d0d0b9 commit 4c7c877

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/how_to/typing/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ plugins = ["param.mypy_plugin"]
3636
Or, if you're using `mypy.ini` / `setup.cfg`:
3737

3838
```ini
39-
[mypy]
39+
[mypy]s
4040
plugins = param.mypy_plugin
4141
```
4242

4343
With the plugin enabled, mypy correctly understands that assignments like `pn.chat.ChatMessage.show_reaction_icons = False` set the parameter's default value, and type-checks them accordingly — no more false-positive errors in CI.
4444

4545
## Learn more
4646

47-
Param's user guide has a full [Typing guide](https://param.holoviz.org/en/latest/user_guide/Typing.html) covering:
47+
Param's user guide has a full [Typing guide]https://param.holoviz.org/en/docs/latest/user_guide/Typing.html. covering:
4848

4949
- Type inference from Parameter types
5050
- Choice of type checker (mypy, basedpyright)

0 commit comments

Comments
 (0)