Copyright typo
diff --git a/examples/python/cancellation/client.py b/examples/python/cancellation/client.py
index f5a180c..f80f966 100644
--- a/examples/python/cancellation/client.py
+++ b/examples/python/cancellation/client.py
@@ -1,4 +1,4 @@
-# Copyright the 2019 gRPC authors.
+# Copyright 2019 the gRPC authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/examples/python/cancellation/search.py b/examples/python/cancellation/search.py
index 8c41baf..9d2331a 100644
--- a/examples/python/cancellation/search.py
+++ b/examples/python/cancellation/search.py
@@ -1,4 +1,4 @@
-# Copyright the 2019 gRPC authors.
+# Copyright 2019 the gRPC authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
diff --git a/examples/python/cancellation/server.py b/examples/python/cancellation/server.py
index 22132d8..9597e89 100644
--- a/examples/python/cancellation/server.py
+++ b/examples/python/cancellation/server.py
@@ -1,4 +1,4 @@
-# Copyright the 2019 gRPC authors.
+# Copyright 2019 the gRPC authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.