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

Skip to content

Commit 38e2ec4

Browse files
committed
Added ref to StringIO docs.
1 parent 3ff7317 commit 38e2ec4

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Doc/lib/libstrings.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ \chapter{String Services}
1717
\item[struct]
1818
--- Interpret strings as packed binary data.
1919

20+
\item[StringIO]
21+
--- Read and write strings as if they were files.
22+
2023
\end{description}

Doc/libstrings.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ \chapter{String Services}
1717
\item[struct]
1818
--- Interpret strings as packed binary data.
1919

20+
\item[StringIO]
21+
--- Read and write strings as if they were files.
22+
2023
\end{description}

0 commit comments

Comments
 (0)