Skip to content

Commit d9cd4aa

Browse files
committed
Doc: remove triple backticks
1 parent 8ad3eea commit d9cd4aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/source/development/rfc/rfc95_standard_int_types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Main impacts are:
103103
(the C API for those methods uses ``int`` and not ``GBool``)
104104

105105
* GIntBig/GInt64 was aliased to ``long long`` and GUIntBig/GUInt64 to
106-
```unsigned long long``. While ``int64_t`` and ``long long`` have in practice
106+
``unsigned long long``. While ``int64_t`` and ``long long`` have in practice
107107
same width and signedness, they are formally different data types.
108108
For scalar usage of those types, compilers shouldn't warn.
109109
But for usage of those types as pointers, compilers warn in C

doc/source/development/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ framework since :ref:`rfc-72`.
133133
Test cases should be written in a way where they are independent from other
134134
ones, so they can potentially be run in a isolated way or in parallel of other
135135
test cases. In particular temporary files should be created with a name that
136-
cannot conflict with other tests: preferably use pytest's ```tmp_path`` fixture <https://docs.pytest.org/en/7.1.x/how-to/tmp_path.html#the-tmp-path-fixture>`__.
136+
cannot conflict with other tests: preferably use pytest's ``tmp_path`` fixture <https://docs.pytest.org/en/7.1.x/how-to/tmp_path.html#the-tmp-path-fixture>`__.
137137

138138
Use ``@pytest.mark.require_driver(driver_name)`` as an annotation for a test
139139
case that requires an optional driver to be present.

doc/source/drivers/vector/gpx.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ The following dataset creation options are supported:
290290
- .. dsco:: CREATOR
291291
:since: 3.8
292292

293-
Name of creating application. Defaults to ``GDAL ``` followed by its
293+
Name of creating application. Defaults to ``GDAL`` followed by its
294294
version number.
295295

296296
Dataset creation options to fill the top <metadata> element have been added in

0 commit comments

Comments
 (0)