Update core.py

fix typo in deprecation warning #29677
This commit is contained in:
Yasir Modak 2019-06-17 10:47:04 -07:00 committed by GitHub
parent 531a5fb4be
commit f5c7c88994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@ class Dense(keras_layers.Dense, base.Layer):
@deprecation.deprecated(
date=None,
instructions='Use keras.layers.dense instead.')
instructions='Use keras.layers.Dense instead.')
@tf_export(v1=['layers.dense'])
def dense(
inputs, units,