Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitmadhwani committed Aug 23, 2017
1 parent 98769e2 commit db6db90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/compass/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def get_field(self, dt):
if self.facade.field != (None, None, None):
self.x_calib, self.y_calib, self.z_calib = self.facade.field

def get_rotation_uncalib(self, dt):
def get_field_uncalib(self, dt):
if self.facade.field_uncalib != (None, None, None, None, None, None):
self.x_field, self.y_field, self.z_field, self.x_iron,\
self.y_iron, self.z_iron = self.facade.field_uncalib
Expand Down
2 changes: 1 addition & 1 deletion plyer/platforms/android/compass.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def _disable(self):
self.listenerm.disable()
self.listenermu.disable()
del self.listenerm
del self.listenerm
del self.listenermu

def _get_orientation(self):
if (self.bState):
Expand Down

0 comments on commit db6db90

Please sign in to comment.