Issue #20769: Improve reload() docs. Patch by Dorian Pula.
diff --git a/Misc/ACKS b/Misc/ACKS
index 5b6a11e..14fe907 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1098,6 +1098,7 @@
 Donovan Preston
 Paul Price
 Iuliia Proskurnia
+Dorian Pula
 Jyrki Pulliainen
 Steve Purcell
 Eduardo Pérez
diff --git a/Misc/NEWS b/Misc/NEWS
index 822184b..e6a5399 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -408,6 +408,8 @@
 Documentation
 -------------
 
+- Issue #20769: Improve reload() docs. Patch by Dorian Pula.
+
 - Issue #23589: Remove duplicate sentence from the FAQ.  Patch by Yongzhi Pan.
 
 - Issue #24729: Correct IO tutorial to match implementation regarding