mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 07:25:10 -04:00
pep8: use triple double-quotes for docstrings
This commit is contained in:
parent
0812e371aa
commit
d51f762ddd
6 changed files with 12 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
'''
|
||||
"""
|
||||
Check translation lacked or disused.
|
||||
|
||||
Example:
|
||||
|
@ -24,7 +24,7 @@ es disused gui_starting_server
|
|||
2. load translation key from locale/*.json.
|
||||
3. compare these.
|
||||
|
||||
'''
|
||||
"""
|
||||
|
||||
|
||||
import fileinput, argparse, re, os, codecs, json, sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue