Skip to content

Commit a3119ac

Browse files
DenisaCGafshin
andauthored
fix typo
Co-authored-by: Afshin Taylor Darian <[email protected]>
1 parent 00bf060 commit a3119ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_drives/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Supported third-party services
88
MANAGERS = {}
99

10-
# Moved to the arhitecture of having one provider independent manager.
10+
# Moved to the architecture of having one provider independent manager.
1111
# Keeping the loop in case of future developments that need this feature.
1212
for entry in entrypoints.get_group_all("jupyter_drives.manager_v1"):
1313
MANAGERS[entry.name] = entry

0 commit comments

Comments
 (0)