Skip to content

Commit 5fed92b

Browse files
author
james
committed
remove new line
1 parent bc02348 commit 5fed92b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/language/learn-ql/writing-queries/path-queries.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,9 @@ The configuration class is accessed by importing the data flow library. This cla
149149
- ``isSource()`` defines where data may flow from.
150150
- ``isSink()`` defines where data may flow to.
151151

152-
For more information on using the configuration class in your analysis see the sections on global data flow in ":doc:`Analyzing data flow in C/C++ <../cpp/dataflow>`"
153-
and ":doc:`Analyzing data flow in C# <../csharp/dataflow>`."
152+
For more information on using the configuration class in your analysis see the sections on global data flow in ":doc:`Analyzing data flow in C/C++ <../cpp/dataflow>`" and ":doc:`Analyzing data flow in C# <../csharp/dataflow>`."
154153

155-
You can also create a configuration for different frameworks and environments by extending the ``Configuration`` class.
156-
For more information, see `defining a class <https://help.semmle.com/QL/ql-handbook/types.html#defining-a-class>`__.
154+
You can also create a configuration for different frameworks and environments by extending the ``Configuration`` class. For more information, see "`Types <https://help.semmle.com/QL/ql-handbook/types.html#defining-a-class>`__" in the QL language reference.
157155

158156
If you are querying Python code (and you have used ``import semmle.python.security.Paths`` in your query) you should declare ``TaintedPathSource source, TaintedPathSink sink`` in your ``from`` statement. You do not need to declare a ``Configuration`` class as the definitions of the ``TaintedPathSource`` and ``TaintedPathSink`` contain all of the type information that is required::
159157

0 commit comments

Comments
 (0)