Compare commits

..

2 Commits

Author SHA1 Message Date
311db886a4 Minor fixes to README.
Corrected typo of 'developers'.
Removed bulletpoint for the only point under acknowledgements.
2025-04-25 01:47:21 -07:00
7b34548a2d Comply with PEP 8.
For consistent quotes and number of line breaks.
At least for the code that is being used.
2025-04-25 01:47:17 -07:00

View File

@@ -87,7 +87,7 @@
" title='Ages of %s Programmers' % lang\n",
" plt.title(title)\n",
" filename= 'images/%s-of-%s-programmers.png' % (key, lang)\n",
" plt.savefig(filename, bbox_inches=\"tight\")\n",
" plt.savefig(filename, bbox_inches='tight')\n",
"\n",
"\n",
"def get_lang_devs(df, lang):\n",