@@ -321,7 +321,7 @@ def __init__(self, handler, entity_key, entity_set_proxy):
321321 self ._logger .debug ('New instance of EntityGetRequest for last segment: %s' , self ._entity_set_proxy .last_segment )
322322
323323 def nav (self , nav_property ):
324- """Navigates to given navigation property and returns the EntritySetProxy """
324+ """Navigates to given navigation property and returns the EntitySetProxy """
325325 return self ._entity_set_proxy .nav (nav_property , self ._entity_key )
326326
327327 def select (self , select ):
@@ -761,7 +761,7 @@ def __getattr__(self, attr):
761761 .format (self ._entity_type .name , attr , str (ex )))
762762
763763 def nav (self , nav_property ):
764- """Navigates to given navigation property and returns the EntritySetProxy """
764+ """Navigates to given navigation property and returns the EntitySetProxy """
765765
766766 # for now duplicated with simillar method in entity set proxy class
767767 try :
@@ -971,7 +971,7 @@ def last_segment(self):
971971 return self ._parent_last_segment + entity_set_name
972972
973973 def nav (self , nav_property , key ):
974- """Navigates to given navigation property and returns the EntritySetProxy """
974+ """Navigates to given navigation property and returns the EntitySetProxy """
975975
976976 try :
977977 navigation_property = self ._entity_set .entity_type .nav_proprty (nav_property )
0 commit comments