Commit 4e97756b5b337ecced71f96c7e075febee1b2897
1 parent
edd9a1e8
Exists in
usp-navegador
ENH: Update corregistration comments.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
invesalius/data/corregistration.py
... | ... | @@ -11,7 +11,7 @@ import data.coordinates as co |
11 | 11 | class Corregistration(threading.Thread): |
12 | 12 | # Thread created to update the coordinates with the fiducial points |
13 | 13 | # corregistration method while the Navigation Button is pressed. |
14 | - # sleep function in run method is used for better real-time navigation | |
14 | + # Sleep function in run method is used for better real-time navigation | |
15 | 15 | |
16 | 16 | def __init__(self, bases, nav_id, trck_info): |
17 | 17 | threading.Thread.__init__(self) |
... | ... | @@ -54,4 +54,4 @@ class Corregistration(threading.Thread): |
54 | 54 | sleep(0.175) |
55 | 55 | |
56 | 56 | if self._pause_: |
57 | - return | |
58 | 57 | \ No newline at end of file |
58 | + return | ... | ... |