Skip to content
Snippets Groups Projects
Commit 4adbaf13 authored by Martin Mareš's avatar Martin Mareš
Browse files

Knihovna: Oprava volání bytearray(...)

parent 20474c90
No related branches found
No related tags found
No related merge requests found
...@@ -126,7 +126,7 @@ Typ {\bf bytearray:} ...@@ -126,7 +126,7 @@ Typ {\bf bytearray:}
\item seznam bajtů (prostorově efektivnější než běžný seznam) \item seznam bajtů (prostorově efektivnější než běžný seznam)
\item {\tt bytearray(n)} -- seznam $n$ nul \item {\tt bytearray(n)} -- seznam $n$ nul
\item {\tt bytearray([1,2,3])} \item {\tt bytearray([1,2,3])}
\item {\tt bytearray.decode('řetězec', 'utf-8')} \item {\tt bytearray('řetězec', 'utf-8')}
\end{itemize} \end{itemize}
\end{frame} \end{frame}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment