Skip to content

Commit 579ce35

Browse files
Update README.md
1 parent 7c8b376 commit 579ce35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import datetime
2828
ymdstr = datetime.date.today().strftime("%y-%m-%d")
2929
```
3030

31-
Additionally, there's no need to add the type of the variable (str) to its name.
31+
به علاوه، نیازی به استفاده کردن تایپ `str` برای اسم نیست.
3232

3333
**خوب**:
3434

@@ -42,7 +42,7 @@ current_date: str = datetime.date.today().strftime("%y-%m-%d")
4242

4343
### از واژگان یکسان برای همان نوع متغیر استفاده کنید
4444
**بد:**
45-
Here we use three different names for the same underlying entity:
45+
ما در اینجا از چند اسم برای یک موجود استفاده میکنیم:
4646

4747
```python
4848
def get_user_info(): pass

0 commit comments

Comments
 (0)