Skip to content

Commit 60f3235

Browse files
committed
fix typo in docs configurator
1 parent 5a6b80c commit 60f3235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
print("Found branch '%s'" % branch)
3838
print("Latest version is %s" % latest_version)
3939
print("Current version is %s" % version)
40-
print("Git has commit is %s" % commit_hash)
40+
print("Commit hash is %s" % commit_hash)
4141

4242
if len(version) > 0:
4343
rst_epilog = ' .. |firmware| replace:: `here <https://dexind.s3.amazonaws.com/micropython-gigglebot/firmware/%s/%s-dexterindustries-gb-firmware.hex>`__' % (version, version)

0 commit comments

Comments
 (0)