Skip to content

Commit

Permalink
[Units]Kelvin aren't in degrees.
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrope committed Jun 18, 2013
1 parent 876d6f6 commit 3606562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion units.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def temperature(bot, trigger):

kelvin = c_to_k(celsius)
fahrenheit = c_to_f(celsius)
bot.reply("%s°C = %s°F = %s°K" % (celsius, fahrenheit, kelvin))
bot.reply("%s°C = %s°F = %sK" % (celsius, fahrenheit, kelvin))

@commands('length', 'distance')
@example('.distance 3km')
Expand Down

0 comments on commit 3606562

Please sign in to comment.