aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/dbapi/_SyncfsProcess.py')
-rw-r--r--pym/portage/dbapi/_SyncfsProcess.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dbapi/_SyncfsProcess.py b/pym/portage/dbapi/_SyncfsProcess.py
index 7518214ec..767dc2061 100644
--- a/pym/portage/dbapi/_SyncfsProcess.py
+++ b/pym/portage/dbapi/_SyncfsProcess.py
@@ -10,7 +10,7 @@ class SyncfsProcess(ForkProcess):
Isolate ctypes usage in a subprocess, in order to avoid
potential problems with stale cached libraries as
described in bug #448858, comment #14 (also see
- http://bugs.python.org/issue14597).
+ https://bugs.python.org/issue14597).
"""
__slots__ = ('paths',)