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:
		@@ -22,8 +22,9 @@ localeTitle: معايير الترميز
 | 
			
		||||
 | 
			
		||||
إليك كيفية التحقق مما إذا كان رمز python الخاص بك يتوافق مع المعايير.
 | 
			
		||||
 | 
			
		||||
 `:~$ pip install pep8 
 | 
			
		||||
 :~$ pep8 --first myCode.py 
 | 
			
		||||
` 
 | 
			
		||||
```console
 | 
			
		||||
:~$ pip install pep8
 | 
			
		||||
:~$ pep8 --first myCode.py
 | 
			
		||||
``` 
 | 
			
		||||
 | 
			
		||||
سيعطي هذا كل تلك الخطوط التي تنتهك المعايير ، إلى جانب وصف قصير للإصلاحات.
 | 
			
		||||
		Reference in New Issue
	
	Block a user