Commit 10d1edc 1 parent 8bc0dc5 commit 10d1edc Copy full SHA for 10d1edc
File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ def rst_to_myst(
202
202
:param warning_stream: The warning IO to write to
203
203
:param language_code: the language module to use,
204
204
for directive/role name translation
205
- :param use_sphinx: Whether to load sphinx roles, directives and extentions
205
+ :param use_sphinx: Whether to load sphinx roles, directives and extensions
206
206
:param extensions: Sphinx extension to load
207
207
:param conversions: Overrides for mapping of how to convert directives;
208
208
directive module path -> conversion type
Original file line number Diff line number Diff line change @@ -550,7 +550,7 @@ The following options are recognized:
550
550
` number-lines `
551
551
552
552
: Precede every line with a line number.
553
- The optional argument is the number of the first line (defaut 1).
553
+ The optional argument is the number of the first line (default 1).
554
554
555
555
and the common options [ :class:] and [ :name:] .
556
556
@@ -880,7 +880,7 @@ Working limitations:
880
880
[ ^ whitespace-delim ] : Whitespace delimiters are supported only for external
881
881
CSV files.
882
882
883
- [ ^ ascii-char ] : With Python 2, the valuess for the ` delimiter ` ,
883
+ [ ^ ascii-char ] : With Python 2, the values for the ` delimiter ` ,
884
884
` quote ` , and ` escape ` options must be ASCII characters. (The csv
885
885
module does not support Unicode and all non-ASCII characters are
886
886
encoded as multi-byte utf-8 string). This limitation does not exist
@@ -1564,7 +1564,7 @@ The following options are recognized:
1564
1564
` number-lines `
1565
1565
1566
1566
: Precede every code line with a line number.
1567
- The optional argument is the number of the first line (defaut 1).
1567
+ The optional argument is the number of the first line (default 1).
1568
1568
Works only with ` code ` or ` literal ` .
1569
1569
(New in Docutils 0.9)
1570
1570
Original file line number Diff line number Diff line change @@ -3039,7 +3039,7 @@ Two forms of URI are recognized:
3039
3039
Punctuation at the end of a URI is not considered part of the URI,
3040
3040
unless the URI is terminated by a closing angle bracket (">").
3041
3041
Backslashes may be used in URIs to escape markup characters,
3042
- specifically asterisks ("\*") and underscores ("\_") which are vaid URI
3042
+ specifically asterisks ("\*") and underscores ("\_") which are valid URI
3043
3043
characters (see [Escaping Mechanism] above).
3044
3044
3045
3045
[^uri]: Uniform Resource Identifier. URIs are a general form of
Original file line number Diff line number Diff line change @@ -508,7 +508,7 @@ The following options are recognized:
508
508
509
509
``number-lines `` : [start line number]
510
510
Precede every line with a line number.
511
- The optional argument is the number of the first line (defaut 1).
511
+ The optional argument is the number of the first line (default 1).
512
512
513
513
and the common options `:class: `_ and `:name: `_.
514
514
@@ -818,7 +818,7 @@ Working limitations:
818
818
.. [#whitespace-delim ] Whitespace delimiters are supported only for external
819
819
CSV files.
820
820
821
- .. [#ASCII-char ] With Python 2, the valuess for the ``delimiter ``,
821
+ .. [#ASCII-char ] With Python 2, the values for the ``delimiter ``,
822
822
``quote ``, and ``escape `` options must be ASCII characters. (The csv
823
823
module does not support Unicode and all non-ASCII characters are
824
824
encoded as multi-byte utf-8 string). This limitation does not exist
@@ -1450,7 +1450,7 @@ The following options are recognized:
1450
1450
1451
1451
``number-lines `` : [start line number]
1452
1452
Precede every code line with a line number.
1453
- The optional argument is the number of the first line (defaut 1).
1453
+ The optional argument is the number of the first line (default 1).
1454
1454
Works only with ``code `` or ``literal ``.
1455
1455
(New in Docutils 0.9)
1456
1456
Original file line number Diff line number Diff line change @@ -2888,7 +2888,7 @@ Two forms of URI are recognized:
2888
2888
Punctuation at the end of a URI is not considered part of the URI,
2889
2889
unless the URI is terminated by a closing angle bracket (">").
2890
2890
Backslashes may be used in URIs to escape markup characters,
2891
- specifically asterisks ("*") and underscores ("_") which are vaid URI
2891
+ specifically asterisks ("*") and underscores ("_") which are valid URI
2892
2892
characters (see `Escaping Mechanism `_ above).
2893
2893
2894
2894
.. [#URI ] Uniform Resource Identifier. URIs are a general form of
You can’t perform that action at this time.
0 commit comments