Fix version number to match

Document the correct version.
This commit is contained in:
ccostino
2025-07-29 09:54:39 -04:00
committed by GitHub
parent 5a37482510
commit 0860d41042

View File

@@ -302,7 +302,7 @@ environment with the newer version of Python you just installed:
```sh
cd notifications-admin
pyenv virtualenv 3.13.9 notify-admin
pyenv virtualenv 3.13.2 notify-admin
pyenv local notify-admin
```