Skip to content

Commit 7c9d100

Browse files
authored
Update README.md
1 parent 45c27bc commit 7c9d100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ PyGol is capable of learning recursive programs where a predicate symbol is pres
128128
To lean recursive rule, **recursive** and **rule_noise_check** variable should be set as True inside **pygol_learn()**.
129129

130130
```Python
131-
model= pygol.pygol_learn(_ ,_ , ... , rule_noise_check = True, recursive = True)
131+
model= pygol_learn(_ ,_ , ... , rule_noise_check = True, recursive = True)
132132
```
133133

134134
_Please refer to [ancestor relation learning problem](https://github.com/danyvarghese/PyGol/tree/main/examples/ancestor)._
@@ -139,7 +139,7 @@ _Please refer to [ancestor relation learning problem](https://github.com/danyvar
139139
PyGol can also perform automatic predicate invention and for that **pi** varibale should set as True.
140140

141141
```Python
142-
model= pygol.pygol_learn(_ ,_ , ... , pi = True)
142+
model= pygol_learn(_ ,_ , ... , pi = True)
143143
```
144144

145145
_Please refer to [grandparent relation learning problem](https://github.com/danyvarghese/PyGol/tree/main/examples/grand_parent)._

0 commit comments

Comments
 (0)