We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73aefb6 commit f50ae03Copy full SHA for f50ae03
silicon/page.py
@@ -72,8 +72,8 @@ def read(title, revision=None):
72
73
def write(title, body, revision=None):
74
"""
75
- * Upsert a new revision (title and body) to the database.
76
- * If there was a problem, return error message.
+ Upsert a new revision (title and body) to the database.
+ If there was a problem, return error message.
77
78
try:
79
db = get_db()
0 commit comments