Skip to content

Commit 708c8c7

Browse files
Merge pull request jupyter#5911 from dtaniwaki/patch-1
Fix typo
2 parents 3b97401 + caab6ba commit 708c8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/services/contents/fileio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ class FileManagerMixin(Configurable):
183183
Classes using this mixin must provide the following attributes:
184184
185185
root_dir : unicode
186-
A directory against against which API-style paths are to be resolved.
186+
A directory against which API-style paths are to be resolved.
187187
188188
log : logging.Logger
189189
"""

0 commit comments

Comments
 (0)