mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Add space missing between operating and system
This commit is contained in:
committed by
Ian Cordasco
parent
dbef55521f
commit
2527b7c5e5
@@ -290,7 +290,7 @@ Here is an example of 'Hello World' in Puppet.
|
||||
#the notification message by default.
|
||||
}
|
||||
|
||||
Here is another example with system based logic. Note how the operatingsystem
|
||||
Here is another example with system based logic. Note how the operating system
|
||||
fact is being used as a variable prepended with the ``$`` sign. Similarly, this
|
||||
holds true for other facts such as hostname which can be referenced by
|
||||
``$hostname``
|
||||
|
||||
Reference in New Issue
Block a user