Skip to content

Commit d9fb08b

Browse files
Update AGENTS.md
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
1 parent 17e6f08 commit d9fb08b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ python3 -m tox -e mypy
6969

7070
## Documentation
7171

72-
Docs use Sphinx/RST. Build locally with `make docserve`. Release notes go in
72+
Docs use Sphinx/RST. Build locally with `make doc`. Release notes go in
7373
`docs/releasenotes/<version>.rst` using the existing section structure
7474
(Security, Backwards incompatible changes, Deprecations, API changes, API
7575
additions, Other changes). Use the `:cve:` RST role for CVE references.
@@ -99,4 +99,4 @@ Use fully qualified exception names: `Image.DecompressionBombError` and
9999
`Image.DecompressionBombWarning`, not the bare class names.
100100

101101
Do not embed specific numeric values for thresholds like `MAX_IMAGE_PIXELS`
102-
they change across releases. Reference the named constant instead.
102+
they may be changed by the user at runtime. Reference the named constant instead.

0 commit comments

Comments
 (0)