Commit ca9258a9 authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Tiny docstring fix for ParamsDict.validate().

The example config has b.ccc.a1 = 1.

PiperOrigin-RevId: 325478817
parent f68a262d
......@@ -230,7 +230,7 @@ class ParamsDict(object):
['a.a1 == b.ccc.a1', 'a.a2 <= b.bb.bb2']
What it enforces are:
- a.a1 = 1 == b.ccc.a1 = 2
- a.a1 = 1 == b.ccc.a1 = 1
- a.a2 = 2 <= b.bb.bb2 = 20
Raises:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment