Skip to content

Commit

Permalink
Revert "Fix up #13670 (#13901)"
Browse files Browse the repository at this point in the history
This reverts commit 432579d.
  • Loading branch information
seanbudd committed Jul 25, 2022
1 parent a7507ba commit 023c256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/virtualBuffers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ def _getNearestTableCell(
axis: documentBase._Axis,
) -> textInfos.TextInfo:
tableID, origRow, origCol, origRowSpan, origColSpan = (
cell.tableID, cell.row, cell.col, cell.rowSpan, cell.colSpan
cell.tableID, cell.row, cell.col, cell.rowSpan, cell.collSpan
)
# Determine destination row and column.
destRow = origRow
Expand Down

0 comments on commit 023c256

Please sign in to comment.