"git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "11827a89badfe0795c8f6dc4a923467fd5c8fa2d"
Commit cd89deb7 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 33fc3eeb
...@@ -230,7 +230,7 @@ class ParamsDict(object): ...@@ -230,7 +230,7 @@ class ParamsDict(object):
['a.a1 == b.ccc.a1', 'a.a2 <= b.bb.bb2'] ['a.a1 == b.ccc.a1', 'a.a2 <= b.bb.bb2']
What it enforces are: 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 - a.a2 = 2 <= b.bb.bb2 = 20
Raises: 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