Skip to content

Commit c045758

Browse files
New translations roadmap.md (Persian)
1 parent df06e74 commit c045758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pandas/fa/about/roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ should result on cleaner, simpler, and more performant code.
142142
7. Use of trial and error should be limited, and anyway restricted to catch only exceptions
143143
which are actually expected (typically `KeyError`).
144144

145-
- In particular, code should never (intentionally) raise new exceptions in the `except` portion of a `try... exception`
145+
- به‌ویژه، در بخش except از یک بلوک try، کد هرگز نباید (به‌صورت عمدی) excpet جدیدی ایجاد کند... exception\`
146146

147147
8. Any code portion which is not specific to setters and getters must be shared,
148148
and when small differences in behavior are expected (e.g. getting with `.loc` raises for

0 commit comments

Comments
 (0)