소스 검색

Minor typo fix

Guillaume Ayoub 15 년 전
부모
커밋
7c0e9686a8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      radicale/xmlutils.py

+ 1 - 1
radicale/xmlutils.py

@@ -44,7 +44,7 @@ for short, url in NAMESPACES.items():
         # Register namespaces cleanly with Python 2.7+ and 3.2+ ...
         ET.register_namespace("" if short == "D" else short, url)
     else:
-        # ... and badly with Python 2.6- and 3.1-
+        # ... and badly with Python 2.6 and 3.1
         ET._namespace_map[url] = short