Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2fee60

Browse files
committed
spelling: access
Signed-off-by: Josh Soref <[email protected]>
1 parent 3a1a94b commit f2fee60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/lib/semmle/python/frameworks/Stdlib.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2403,7 +2403,7 @@ private module StdlibPrivate {
24032403

24042404
/**
24052405
* Gets a name of a constructor for a `pathlib.Path` object.
2406-
* We include the pure paths, as they can be "exported" (say with `as_posix`) and then used to acces the underlying file system.
2406+
* We include the pure paths, as they can be "exported" (say with `as_posix`) and then used to access the underlying file system.
24072407
*/
24082408
private string pathlibPathConstructor() {
24092409
result in ["Path", "PurePath", "PurePosixPath", "PureWindowsPath", "PosixPath", "WindowsPath"]

0 commit comments

Comments
 (0)