Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ddc855b

Browse filesBrowse files
committed
typo fix line 78
1 parent 762d9a6 commit ddc855b
Copy full SHA for ddc855b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎diceRoller.py

Copy file name to clipboardExpand all lines: diceRoller.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
# Display the modifier amount:
7676
if modAmount != 0:
7777
modSign = diceStr[modIndex]
78-
print(', {}{}',format(modSign, abs(modAmount)), end='')
78+
print(', {}{}'.format(modSign, abs(modAmount)), end='')
7979
print(')')
8080

8181
except Exception as exc:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.