Skip to content

Commit 029a425

Browse files
Bushra RahmanBushra Rahman
authored andcommitted
updated docs
1 parent 586dda5 commit 029a425

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/python/python-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Here:
3939

4040
### 2. How to Declare and Assign Variables
4141

42-
You simply write a variable name, use the assignment `=` sign, and assign a value.
42+
You simply write a variable name, use the assignment `=` operator, and assign a value.
4343

4444
```python
4545
a = 10

docs/python/python_oops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class BankAccount:
6767

6868
4. Inheritance - One class can inherit from another.
6969

70-
📌 **Use Case**: car (parent) class is getting inherited by (child) Electric Car
70+
📌 **Use Case**: Car (parent) class is inherited by ElectricCar (child) class
7171

7272
```python
7373
class ElectricCar(Car):

docs/python/setup-environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Install Python
7777
</BrowserWindow>
7878

7979
80-
### Step 5: Adjusting Your path enviornment
80+
### Step 5: Adjusting Your path enviornment.
8181

8282
This is where we specify the path enviornment of git, just go with the recommended option which is 2.
8383

@@ -111,6 +111,6 @@ Install Python
111111

112112
## Conclusion
113113

114-
I hope you enjoyed reading this article on “Setting up your Git Enviornment?”. In the next post, we'll discuss how to create a Repository and clone a project from Github.
114+
I hope you enjoyed reading this article on “Setting up your Git Enviornment”. In the next post, we'll discuss how to create a Repository and clone a project from Github.
115115
Signing off,
116116
Sanjay Viswanathan.

0 commit comments

Comments
 (0)