Skip to content

Commit

Permalink
beginners: address concerns from review
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjelinek authored and encukou committed Apr 27, 2024
1 parent 1fd7fc2 commit dd77261
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lessons/beginners/cmdline/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ $ mkdir zkouska
Vypiš si teď obsah aktuálního adresáře pomocí `ls` nebo `dir`.
Jeden z vypsaných adresářů bude `zkouska`.

Když je adresář vytvořený, můžeš do něj přejít, podobně jako jsi před chvílí
Když je adresář vytvořený, můžeš do něj přejít podobně jako jsi před chvílí
{{gnd('přešel', 'přešla')}} na `Desktop` nebo `Plocha`:

{% call sidebyside() %}
Expand Down
2 changes: 1 addition & 1 deletion lessons/beginners/functions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ Pozor na to, že když nenapíšeš závorky, funkce se nezavolá!
Výraz `len(s)` je *volání funkce*, ale `len` bez závorek označuje
*funkci samotnou*.

Výsledek `len(s)` je číslo; výsledek `len` je funkce.
Výsledek výrazu `len(s)` je číslo; výsledek výrazu `len` je samotná funkce `len`.

Čísla můžeš sčítat, můžeš tedy napsat `len(s) + 1`.
Funkce ale sčítat nejde – `len + 1` nedává smysl.
Expand Down
3 changes: 1 addition & 2 deletions lessons/beginners/install-editor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ Pokud se jeden z nich rozhodneš použít, neuděláš chybu:
Máš-li už svůj oblíbený editor – Vim, Emacs, Geany, apod., použij ten:
* [Ostatní]({{ subpage_url('others') }}) – máš-li jiný editor, zkontroluj
si že je správně nastaven.
si, že je správně nastaven.
### IDE
Expand Down

0 comments on commit dd77261

Please sign in to comment.