We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af0434 commit 437320dCopy full SHA for 437320d
Doc/library/string.templatelib.rst
@@ -37,7 +37,7 @@ Template
37
38
The :class:`!Template` class describes the contents of a template string.
39
40
-:class:`!Template` instances are shallow immutable: their attributes cannot be
+:class:`!Template` instances are immutable: their attributes cannot be
41
reassigned.
42
43
.. class:: Template(*args)
@@ -218,7 +218,7 @@ reassigned.
218
219
The :class:`!Interpolation` type represents an expression inside a template string.
220
221
- :class:`!Interpolation` instances are shallow immutable: their attributes cannot be
+ :class:`!Interpolation` instances are immutable: their attributes cannot be
222
223
224
.. attribute:: value
0 commit comments