Skip to content

Commit 2ca949d

Browse files
author
Alexander Smishlajev
committed
typo in build_message_files docstring
1 parent 5923960 commit 2ca949d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818
#
19-
# $Id: setup.py,v 1.77.2.4 2005-03-01 14:39:00 a1s Exp $
19+
# $Id: setup.py,v 1.77.2.5 2005-03-01 14:41:56 a1s Exp $
2020

2121
from distutils.core import setup, Extension
2222
from distutils.util import get_platform
@@ -243,7 +243,7 @@ def find_modules(self):
243243
class build_roundup(build):
244244

245245
def build_message_files(self):
246-
"""For each locale/*.po, build .mo file in targen locale directory"""
246+
"""For each locale/*.po, build .mo file in target locale directory"""
247247
for (_src, _dst) in list_message_files():
248248
_build_dst = os.path.join("build", _dst)
249249
self.mkpath(os.path.dirname(_build_dst))

0 commit comments

Comments
 (0)