From fd22944e82a61d01451d9760b91cdbe02d0ffe9d Mon Sep 17 00:00:00 2001 From: Johannes Keyser Date: Fri, 27 Dec 2024 14:47:20 +0100 Subject: [PATCH] delete repeated word 'more' --- docs/basics/101-115-symlinks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basics/101-115-symlinks.rst b/docs/basics/101-115-symlinks.rst index 1b8de56e1..26bc1361d 100644 --- a/docs/basics/101-115-symlinks.rst +++ b/docs/basics/101-115-symlinks.rst @@ -278,7 +278,7 @@ In these cases, it will be impossible to browse and explore the file hierarchy o You can make sure to always be able to see the file hierarchy in two separate ways: Upgrade your file manager to display file types in DataLad datasets (e.g., the `git-annex-turtle extension `_ for Finder), or use the `DataLad Gooey `_ to browse datasets. Alternatively, use the :shcmd:`ls` command in a terminal instead of a file manager GUI. -Other tools may be more more specialized, smaller, or domain-specific, and may fail to correctly work with broken symlinks, or display unhelpful error messages when handling them, or require additional flags to modify their behavior. +Other tools may be more specialized, smaller, or domain-specific, and may fail to correctly work with broken symlinks, or display unhelpful error messages when handling them, or require additional flags to modify their behavior. When encountering unexpected behavior or failures, try to keep in mind that a dataset without retrieved content appears to be a pile of broken symlinks to a range of tools, consult a tools documentation with regard to symlinks, and check whether data retrieval fixes persisting problems. A last special case on symlinks exists if you are using DataLad on the Windows Subsystem for Linux.