mirror of
https://github.com/python/cpython.git
synced 2024-11-24 10:24:35 +08:00
Fixed typo.
This commit is contained in:
parent
e072b876e0
commit
e77f58a2be
@ -78,7 +78,7 @@ AliasType = Alias
|
||||
FInfoType = FInfo
|
||||
|
||||
def ResolveAliasFile(fss, chain=1):
|
||||
return Carbon.Files.ResolveAliasFile(fss, chain)
|
||||
return Carbon.File.ResolveAliasFile(fss, chain)
|
||||
|
||||
def RawFSSpec(data):
|
||||
return FSSpec(rawdata=data)
|
||||
|
Loading…
Reference in New Issue
Block a user