瀏覽代碼

Corrected typo

Taddeus Kroes 12 年之前
父節點
當前提交
9a38743fe4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -4,7 +4,7 @@ from distutils.core import setup
 
 setup(name='twspy',
       version='0.8',
-      description='A standalone implementation of websockets (RFC 6455)',
+      description='A standalone implementation of websockets (RFC 6455).',
       author='Taddeus Kroes',
       author_email='taddeuskroes@gmail.com',
       url='https://github.com/taddeus/twspy',