aboutsummaryrefslogtreecommitdiff
path: root/rsa/parallel.py
diff options
context:
space:
mode:
Diffstat (limited to 'rsa/parallel.py')
-rw-r--r--rsa/parallel.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsa/parallel.py b/rsa/parallel.py
index 82042c8..8c03f79 100644
--- a/rsa/parallel.py
+++ b/rsa/parallel.py
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-'''Functions for parallel computation on multiple cores.
+"""Functions for parallel computation on multiple cores.
Introduced in Python-RSA 3.1.
@@ -22,7 +22,7 @@ Introduced in Python-RSA 3.1.
Requires Python 2.6 or newer.
-'''
+"""
import multiprocessing as mp