mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fixed typo.
This commit is contained in:
parent
e072b876e0
commit
e77f58a2be
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue