summaryrefslogtreecommitdiffstats
path: root/Lib/plat-os2emx/_emx_link.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/plat-os2emx/_emx_link.py')
-rw-r--r--Lib/plat-os2emx/_emx_link.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-os2emx/_emx_link.py b/Lib/plat-os2emx/_emx_link.py
index 04648e2..422c2bb 100644
--- a/Lib/plat-os2emx/_emx_link.py
+++ b/Lib/plat-os2emx/_emx_link.py
@@ -2,7 +2,7 @@
# Written by Andrew I MacIntyre, December 2002.
-"""_emx_link.py is a simplistic emulation of the Unix link(2) library routine
+"""_emx_link.py is a simplistic emulation of the Unix link(2) library routine
for creating so-called hard links. It is intended to be imported into
the os module in place of the unimplemented (on OS/2) Posix link()
function (os.link()).