Skip to content
Snippets Groups Projects
Commit ec36f7b3 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

fix errors

parent 857ec724
Branches
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ Például C-ben `{}` -el tudjuk ezt megtenni.
Pythonban ehhez tabulátort vagy szóközt használunk.
C-ben:
C++-ban:
_Megjelölt sorok 1-1 új blokkot kezdenek meg_
```cpp {highlight:[2, 4]}
......
......@@ -317,7 +317,7 @@ a `super` kulcsszót tudjuk használni.
```python
def __init__(self):
super().__init__(self)
super().__init__()
```
Ha többszörös öröklésünk van, akkor sorban mindre
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment