Skip to content

Commit 437320d

Browse files
committed
"shallow immutable" -> "immutable"
1 parent 5af0434 commit 437320d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/string.templatelib.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Template
3737

3838
The :class:`!Template` class describes the contents of a template string.
3939

40-
:class:`!Template` instances are shallow immutable: their attributes cannot be
40+
:class:`!Template` instances are immutable: their attributes cannot be
4141
reassigned.
4242

4343
.. class:: Template(*args)
@@ -218,7 +218,7 @@ reassigned.
218218

219219
The :class:`!Interpolation` type represents an expression inside a template string.
220220

221-
:class:`!Interpolation` instances are shallow immutable: their attributes cannot be
221+
:class:`!Interpolation` instances are immutable: their attributes cannot be
222222
reassigned.
223223

224224
.. attribute:: value

0 commit comments

Comments
 (0)