Skip to content

Commit

Permalink
fix extra 's' for conan package 2.0 for master (conan-io#3115)
Browse files Browse the repository at this point in the history
  • Loading branch information
pllee4 authored Mar 18, 2023
1 parent 619b329 commit 3b44994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migrating_to_2.0/recipes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ Example:
:caption: **To:**
import os
from conans import ConanFile
from conan import ConanFile
class Pkg(ConanFile):
name = "pkg"
Expand All @@ -633,7 +633,7 @@ In a consumer recipe:
.. code-block:: python
import os
from conans import ConanFile
from conan import ConanFile
class Pkg(ConanFile):
requires = "pkg/1.0"
Expand Down

0 comments on commit 3b44994

Please sign in to comment.