Capitalize S in DataSketches
diff --git a/python/README.md b/python/README.md
index 38df8e0..5153405 100644
--- a/python/README.md
+++ b/python/README.md
@@ -1,4 +1,4 @@
-# Python Wrapper for Apache Datasketches
+# Python Wrapper for Apache DataSketches
 
 ## Installation
 
diff --git a/setup.py b/setup.py
index 83cd994..5fb3cd8 100644
--- a/setup.py
+++ b/setup.py
@@ -80,9 +80,9 @@
 setup(
     name='datasketches',
     version='2.2.0.dev0',
-    author='Apache Datasketches Developers',
+    author='Apache DataSketches Developers',
     author_email='dev@datasketches.apache.org',
-    description='A wrapper for the C++ Apache Datasketches library',
+    description='A wrapper for the C++ Apache DataSketches library',
     license='Apache License 2.0',
     url='http://datasketches.apache.org',
     long_description=open('python/README.md').read(),