Skip to content

Commit 346f421

Browse files
authored
Merge pull request #363 from AleksandrShushunov/fix/lesson-typos
docs: fix typo and grammar agreement in lesson texts
2 parents 12c0b3a + 274570f commit 346f421

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

modules/10-basics/10-hello-world/ru/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Hello, World!
66

77
![Hello World](./assets/hello-world.png)
88

9-
Этой традиции уже больше сорока лет, и мы тоже начнем с нее. В первом уроке мы напишем программу `Hello, World!`. На Python это программа выглядит так:
9+
Этой традиции уже больше сорока лет, и мы тоже начнем с нее. В первом уроке мы напишем программу `Hello, World!`. На Python эта программа выглядит так:
1010

1111
```python
1212
print('Hello, World!')

modules/50-loops/10-while/en/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ print_hello(2)
2323
# => Hello!
2424
```
2525

26-
Now let's analyze an example function with a loop that displays numbers from one to `n`, where `n` is passed to the funciton as an argument:
26+
Now let's analyze an example function with a loop that displays numbers from one to `n`, where `n` is passed to the function as an argument:
2727

2828
```python
2929
print_numbers(3)

0 commit comments

Comments
 (0)