Skip to content

Commit 85e2b4f

Browse files
jbcrailjcrist
authored andcommitted
Fix spelling errors (dask#2382)
1 parent 9288d5c commit 85e2b4f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/source/array-creation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Unknown Chunks
149149
150150
Some arrays have unknown chunk sizes. These are designated using ``np.nan``
151151
rather than an integer. These arrays support many but not all operations. In
152-
particular, opeations like slicing are not possible and will result in an
152+
particular, operations like slicing are not possible and will result in an
153153
error.
154154
155155
.. code-block:: python

docs/source/dataframe-create.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ From Raw Dask Graphs
9797
This section is mainly for developers wishing to extend dask.dataframe. It
9898
discusses internal API not normally needed by users. Everything below can be
9999
done just as effectively with :doc:`dask.delayed<delayed-overview>` described
100-
just above. You should never need to create a dataframe object by han
100+
just above. You should never need to create a dataframe object by hand.
101101

102102
To construct a DataFrame manually from a dask graph you need the following
103103
information:

docs/source/dataframe-design.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Dask dataframe divides `categorical data`_ into two types:
8181
different categories in each partition. Internally, unknown categoricals are
8282
indicated by the presence of ``dd.utils.UNKNOWN_CATEGORIES`` in the
8383
categories on the ``_meta`` attribute. Since most dataframe operations
84-
propogate the categories, the known/unknown status should propogate through
84+
propagate the categories, the known/unknown status should propagate through
8585
operations (similar to how ``NaN`` propagates).
8686

8787
For metadata specified as a description (option 2 above), unknown categoricals

docs/source/remote-data-services.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ The following parameters may be passed to s3fs using ``storage_options``:
148148

149149
- token: if authentication has been done with some other S3 client
150150

151-
- use_ssl: whether connections are encryted and secure (default True)
151+
- use_ssl: whether connections are encrypted and secure (default True)
152152

153153
- client_kwargs: dict passed to the `boto3 client`_, with keys such
154154
as `region_name`, `endpoint_url`

0 commit comments

Comments
 (0)