Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 51f53df

Browse files
committed
Clarify that the softspace attribute is used by print for state management,
not as a user-controlled parameter.
1 parent f5aa4ef commit 51f53df

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/lib/libstdtypes.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,6 +1132,9 @@ \subsubsection{File Objects\obindex{file}
11321132
(care may be needed for objects that override attribute access); types
11331133
implemented in C will have to provide a writable
11341134
\member{softspace} attribute.
1135+
\strong{Note:} This attribute is not used to control the
1136+
\keyword{print} statement, but to allow the implementation of
1137+
\keyword{print} to keep track of its internal state.
11351138
\end{memberdesc}
11361139

11371140
\subsubsection{Internal Objects \label{typesinternal}}

0 commit comments

Comments
 (0)