Skip to content

Commit f50ae03

Browse files
committed
page.py: remove superfluous asterisks in docstring
1 parent 73aefb6 commit f50ae03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

silicon/page.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ def read(title, revision=None):
7272

7373
def write(title, body, revision=None):
7474
"""
75-
* Upsert a new revision (title and body) to the database.
76-
* If there was a problem, return error message.
75+
Upsert a new revision (title and body) to the database.
76+
If there was a problem, return error message.
7777
"""
7878
try:
7979
db = get_db()

0 commit comments

Comments
 (0)