Skip to content

Commit

Permalink
Replace an instance of self with object (typo)
Browse files Browse the repository at this point in the history
 
PiperOrigin-RevId: 150111963
Change-Id: I42f8064eb4038a1a109823f08bd62025b6dddc20
Reviewed-on: https://team-review.git.corp.google.com/64465
Reviewed-by: David Bieber <[email protected]>
  • Loading branch information
dbieber committed Mar 14, 2017
1 parent d5f5638 commit 6feced7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ from airports import airports

import fire

class Airport(self):
class Airport(object):

def __init__(self, code):
self.code = code
Expand Down

0 comments on commit 6feced7

Please sign in to comment.