DOC: Fix python code in for invalid code (#19218)
authorAbdullah Alrasheed <a.rasheed@tc-sa.com>
Mon, 21 May 2018 16:08:27 +0000 (00:08 +0800)
committerRasmus Munk Larsen <rmlarsen@google.com>
Mon, 21 May 2018 16:08:27 +0000 (09:08 -0700)
commitea9fb802ffb2aad5bf1f53f247cff2a232959948
treea353bfa403b899d5b70979a0a558ca9dbcc9b791
parent059f43c94653253ce8404005665a78478a3f3ed6
DOC: Fix python code in for invalid code (#19218)

There is an error in python code in the documentation. There is no class called `tf.estimator.Estimator.LinearClassifier` I think it was a typo and the author meant `tf.estimator.LinearClassifier`.