Skip to content

Commit

Permalink
Remove semiverbaatim from itemize block
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarasa24 committed Nov 20, 2024
1 parent cb90faa commit d234693
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions presentation/prezentace.tex
Original file line number Diff line number Diff line change
Expand Up @@ -582,16 +582,15 @@ \subsection{Knihovna socket}
\end{frame}

\begin{frame}{Knihovna socket - tvorba socketu}
\begin{itemize}
\begin{semiverbatim}
import socket

socket = socket.socket(
family=AF_INET,
type=SOCK_STREAM
)
\end{semiverbatim}
\begin{semiverbatim}
import socket

socket = socket.socket(
family=AF_INET,
type=SOCK_STREAM
)
\end{semiverbatim}
\begin{itemize}
\item \texttt{family} - určuje, jaký protokol se použije na síťové vrstvě.
\begin{itemize}
\item \texttt{socket.AF\_INET} - pro IPv4 adresy.
Expand Down

0 comments on commit d234693

Please sign in to comment.