Convert single backtick code sections to triple backtick code sections for Arabic Guide articles (13 of 15) (#36240)
* fix: converted single to triple backticks13 * fix: added prefix Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com> * fix: removed language in wrong place Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com> * fix: add language postfix Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com> * fix: removed language in wrong place Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>
This commit is contained in:
@@ -43,12 +43,13 @@ localeTitle: صف دراسي
|
||||
|
||||
الثعبان x = MyClass ()
|
||||
|
||||
`Creates a new instance of the class and assigns this object to the local variable x.
|
||||
|
||||
The instantiation operation (“calling” a class object) creates an empty object.
|
||||
Many classes like to create objects with instances customized to a specific initial state.
|
||||
Therefore a class may define a special method named __init__(), like this:
|
||||
`
|
||||
```
|
||||
Creates a new instance of the class and assigns this object to the local variable x.
|
||||
|
||||
The instantiation operation (“calling” a class object) creates an empty object.
|
||||
Many classes like to create objects with instances customized to a specific initial state.
|
||||
Therefore a class may define a special method named __init__(), like this:
|
||||
```
|
||||
|
||||
الثعبان def **init** (الذاتية): self.data = \[\]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user