Skip to content

Commit e95dd93

Browse files
committed
Codespell hook
1 parent 17e7019 commit e95dd93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

other/dpll.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def find_unit_clauses(clauses, model):
271271
- Either the only symbol in a clause
272272
- Or all other literals in that clause have been assigned False
273273
This has the following steps:
274-
1. Find symbols that are the only occurences in a clause.
274+
1. Find symbols that are the only occurrences in a clause.
275275
2. Find symbols in a clause where all other literals are assigned False.
276276
3. Assign True or False depending on whether the symbols occurs in
277277
normal or complemented form respectively.

0 commit comments

Comments
 (0)