Commit Graph

16 Commits

Author SHA1 Message Date
KhwajaYousuf 847365f7ee
Enhance sorting functionality in asort.py (#772) 2024-01-13 13:19:20 +07:00
sourcery-ai[bot] 98028ceb37
Sourcery refactored master branch (#747)
Co-authored-by: Sourcery AI <>
2023-09-07 00:12:38 +07:00
Mohammad Noman Kazi 5407039cee Updated code formatting and readability, adhering to PEP 8 guidelines.
This commit includes modifications to the code in asort.py to improve code formatting and readability according to the PEP 8 style guidelines. The changes include consistent indentation, proper spacing around operators, proper capitalization of comments, and using parentheses for print statements for compatibility with Python 3.

Please note that these changes are purely stylistic and do not affect the functionality of the script. The goal is to enhance code maintainability and readability.
2023-06-25 16:24:54 -04:00
cclauss 7f34998dab Identity is not the same things as equality in Python 2019-06-22 20:53:28 +02:00
Maxence Germain de Montauzan 8a0147ae4e Fix asort script to sort last terms in braces
- Fix README bad new line
- Do same fix for es-ES and zh-CN
- Apply sort on README.md, README_es.md and README_zh
  - Don't run with pt_BR
2018-05-15 08:57:39 +07:00
Unknown 544a64796e Created asort_es-ES.py and etc.
Created file with appropriate translations, also minor changes in the README for asort.py, and minor grammar across the board.
2017-10-13 08:34:33 -07:00
Unknown b117d00ae0 Spanish Section in asort.py README
translated into spanish, also added a link to my fork of the list to the Linux Software list ES  README
2017-10-12 22:20:40 -07:00
Gabriel F. Vilar bc1affbfd2 Correction of the link to #portuguese-brazil 2017-08-29 22:59:37 -03:00
Gabriel F. Vilar 1708e9256f Starting the translation to Brazilian Portuguese 2017-08-27 21:04:49 -03:00
cclauss 79ff6147ba from __future__ import print_function
Without this change, the `end` and `file` parameters in print() causes problems in Python 2.  This approach makes print(x, file=filename) valid syntax in both Python 2 and Python 3.
2017-08-21 11:53:37 +02:00
cclauss 5c4c3ba342 from __future__ import print_function
Without this change, the `file` parameter in print() causes problems in Python 2.  This approach makes print(x, file=filename) valid syntax in both Python 2 and Python 3.
2017-08-21 11:51:54 +02:00
Christopher L 3c4c8ff776 Update README.md 2016-08-25 19:23:20 +08:00
ChrisLeeGit a14b7360d5 Add sort script for the Chinese version doc 2016-08-25 19:12:55 +08:00
Christopher L 9d2691cb96 Update README.md 2016-08-24 21:36:45 +08:00
Christopher L d96375496f added a screenshot 2016-08-22 14:29:41 +08:00
ChrisLeeGit 1e9a942d09 add asort.py script to sort items automatically. 2016-08-22 14:24:31 +08:00