diff --git a/modin/experimental/core/io/glob/__init__.py b/modin/experimental/core/io/glob/__init__.py index 208c4ae4f71..3b8ba1b4fa7 100644 --- a/modin/experimental/core/io/glob/__init__.py +++ b/modin/experimental/core/io/glob/__init__.py @@ -11,4 +11,4 @@ # ANY KIND, either express or implied. See the License for the specific language # governing permissions and limitations under the License. -"""Experimental Glob format type IO functions implementations.""" +"""Experimental module that allows to work with various formats using glob syntax."""