Remove Note from Constants

PR #71051
Documentation not updated to reflect deep read-only change to const Array and const Dictionary

(cherry picked from commit 7b91dffc22)
This commit is contained in:
CJ Brown
2024-05-21 14:37:23 -04:00
committed by Max Hilbrunner
parent 7b13107d39
commit 3f17911d77

View File

@@ -1241,12 +1241,6 @@ Assigning a value of an incompatible type will raise an error.
You can also create constants inside a function, which is useful to name local
magic values.
.. note::
Since objects, arrays and dictionaries are passed by reference, constants are "flat".
This means that if you declare a constant array or dictionary, it can still
be modified afterwards. They can't be reassigned with another value though.
Enums
^^^^^